You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -700,8 +700,8 @@ <h2 class="section-title">Everything you need. Nothing you don't.</h2>
700
700
</div>
701
701
<divclass="feature">
702
702
<spanclass="feature__icon">🌐</span>
703
-
<divclass="feature__name">WebSocket Push</div>
704
-
<divclass="feature__desc">Real-time component updates via Django Channelsor FastAPI WebSocket. Broadcast to groups; the framework handles the render cycle.</div>
703
+
<divclass="feature__name">WebSocket + SSE</div>
704
+
<divclass="feature__desc">Real-time component updates via Django Channels, FastAPI, or Litestar WebSocket. SSE streaming for long-running operations with <codestyle="font-family:var(--mono);font-size:11px;color:var(--green);background:var(--green-dim);padding:1px 4px;border-radius:2px">StreamingComponent</code>.</div>
705
705
</div>
706
706
<divclass="feature">
707
707
<spanclass="feature__icon">🧩</span>
@@ -880,14 +880,16 @@ <h2 class="section-title">Up and running in four steps.</h2>
880
880
<divclass="qs-step">
881
881
<divclass="qs-step__num">03 / Wire</div>
882
882
<divclass="qs-step__title">Connect to your framework</div>
883
-
<divclass="qs-step__body">Mount the component view in Django urls.py or FastAPI router — one line.</div>
883
+
<divclass="qs-step__body">Mount the component view in Django, FastAPI, or Litestar — one line.</div>
0 commit comments