frontend · medium

Server-Sent Events (SSE)

One-way server→client event stream over HTTP; common for LLM token streaming (not WebSockets or polling).

Tags: javascript, llm-apis