Server-Sent Events: the alternative to WebSockets you should be using

Server-Sent Events: the alternative to WebSockets you should be using — yes, they’re quite likely exactly what you’re thinking: a method to push data from the server to the client, without WebSockets, just open web standards 😍 … It’s fascinating all the cool things you can build nowadays with standardized APIs, really.