HTML5 Server-Sent Event
We use the HTML5 server-sent event to enable a browser to receive automatic updates from a server. A server-sent event occurs when a server automatically sends some updates to the browser. It is one-way messaging or mono-directional. Receiving events from the server: We use the EventSource object to receive events from a server. The URI … Read more