How to Use Server-sent Events in Node.js - SitePoint
Briefly

The server can use this connection to send text messages at any point. The incoming data raises a JavaScript event in the browser.
Implementing live data updates using standard web technologies has always been possible: The 1990s Web used a full-page or frame/iframe refresh.
Read at Sitepoint
[
add
]
[
|
|
]