Hackathons are great. When a friend of mine asked me if I wanted to go with him to Copenhacks I had no idea that we would spend 24 hours reverse engineering Facebook's Messenger, let alone win first place. The journey to CopenhagenWe usually go to a lot of hackathons and coding competitions, but...| Stanko Krtalic Rusendic
Developing a web application that uses server-sent events is straightforward. You'll need a bit of code on the server to stream events to the front-end, but the client side code works almost identically to websockets in part of handling incoming events. This is a one-way connection, so you can't send events from a client to a server.| MDN Web Docs
HTML| html.spec.whatwg.org