Server-Sent Events (SSE)
One-directional HTTP-based streaming from server to client using the `text/event-stream` media type. Defined by the HTML Living Standard EventSource API; widely used for LLM token streams, dashboards, and live feeds where bidirectionality is not required.