ELK>> sse>> 返回
项目作者: julienschmidt

项目描述 :
HTML5 Server-Sent-Events for Go
高级语言: Go
项目地址: git://github.com/julienschmidt/sse.git
创建时间: 2015-05-27T17:52:23Z
项目社区:https://github.com/julienschmidt/sse

开源协议:MIT License

下载


SSE - Server-Sent Events

Build Status Coverage GoDoc

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