Why do we need HTML5 Server-Sent Events?

Why do we need HTML5 Server-Sent Events?

1 Like

You can create such things with the HTML5 server - sent events. It allows a web page to hold an open connection to a web server so that the web server can send a new response automatically at any time, there’s no need to reconnect, and run the same server script from scratch over and over again.