|
|
|
|
|
by stabbles
3164 days ago
|
|
Server-Sent Events (SSEs) are actually a thing. Sure, the client must establish a connection with the server first, but from then on data can be streamed from the server. Similar to websockets, but then a one-way connection from server to client. |
|