Home »

What is Server Side Events in HTML5?

Question ListCategory: HTMLWhat is Server Side Events in HTML5?
denielshakespeare5 author asked 8 years ago
1 Answers
jamessmith05 author answered 8 years ago

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.

Please login or Register to Submit Answer