Konubinix' opinionated web of thoughts

Server-Sent Events

Fleeting

With server-sent events, it’s possible for a server to send new data to a web page at any time, by pushing messages to the web page. These incoming messages can be treated as Events + data inside the web page.

https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events