HTML5 Server-Sent Events for Go
- No need to implement custom protocol (WebSockets), it just uses HTTP
- Convenient JavaScript API, fires easy to handle Events
- Auto-Reconnects
- Unlike WebSockets, only unidirectional (server -> client)
- ID handling
- Improve Client Channel buffering