Hacker News new | ask | show | jobs
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.
1 comments

But do SSEs have anything to do with HTTP/2 server push?