Applied AI·The API layer
the streaming you implemented is a long-lived HTTP response emitting data lines, with no WebSocket anywhere in it.
Server-sent events (SSE)
Also calledSSE
Draft summary, pending review
The transport used for streaming: a long-lived HTTP response emitting 'data:' lines, each a JSON delta. Your client accumulates deltas into the full message. Plain HTTP, no WebSockets involved.