2 items tagged with "server-sent-events"
WebSockets give full-duplex bidirectional channels; Server-Sent Events provide simple one-way server-to-client streaming over HTTP.
Server-Sent Events (SSE) is a web standard that lets a server push a continuous, one-way stream of text updates to a client over a single long-lived HTTP connection.