Server Sent Events (SSE) are a lightweight, one way server push mechanism over plain HTTP. The client opens a long lived GET request and the server streams a series of lines formatted as per the W3C EventSource spec. Unlike WebSockets, SSE keeps thin...
fullstackcity.com9 min read
No responses yet.