1 Answers
Along with HTML5, WHATWG net Applications 1.0 introduces events that ensue internet server to
internet browsers and that they ar known as Server-Sent Events (SSE). Using SSE you’ll be able to
push DOM events continously from your internet server to the visitor’s browser.
The event streaming approach opens a persistent association to the server, sending information to
the client once new data is offered, eliminating the necessity for continuous polling.
Server-sent events standardizes however we tend to stream information from the server to the
client.