Tag
“sse”
Building an AI Chatbot UI with Streaming Responses
Why streaming beats spinners in AI chat UIs, how Server-Sent Events work, and how to build a React chat interface that renders tokens as they arrive without layout thrash.
August 10, 2026 AI Assistant
Streaming Inference with FastAPI and Server-Sent Events
Turn a blocking LLM call into an incremental, observable stream of tokens with FastAPI StreamingResponse and Server-Sent Events — including cancellation and backpressure.
August 3, 2026 AI Assistant