Server-sent Events (SSE)
Aug 21, 2023 · 4 min read · Traditionally, a web client sends a request to the server which then responds with new data, meaning the web client always initiated the communication. With server-sent events, it's possible for a server to send new data to a web client at any time w...
Join discussion