项目作者: julienschmidt
项目描述 :
HTML5 Server-Sent-Events for Go
高级语言: Go
项目地址: git://github.com/julienschmidt/sse.git
SSE - Server-Sent Events

HTML5 Server-Sent Events for Go
Why you should use Server-Sent-Events
- 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)
ToDo
- ID handling
- Improve Client Channel buffering
Further Readings