https://github.com/niaow/sse
Golang HTML5 Server-Sent-Events
https://github.com/niaow/sse
golang html5-sse http
Last synced: 4 months ago
JSON representation
Golang HTML5 Server-Sent-Events
- Host: GitHub
- URL: https://github.com/niaow/sse
- Owner: niaow
- License: mit
- Created: 2018-04-21T22:55:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-01-24T14:35:23.000Z (about 6 years ago)
- Last Synced: 2025-03-18T08:49:15.556Z (about 1 year ago)
- Topics: golang, html5-sse, http
- Language: Go
- Size: 43 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sse [](https://godoc.org/github.com/jaddr2line/sse) [](https://travis-ci.org/jaddr2line/sse) [](https://coveralls.io/github/jaddr2line/sse?branch=master) [](https://goreportcard.com/report/github.com/jaddr2line/sse)
Golang HTML5 Server-Sent-Events
According to the following specification: https://html.spec.whatwg.org/multipage/server-sent-events.html#server-sent-events (recommended by https://www.w3.org/TR/2015/REC-eventsource-20150203/)
### Example
See [example](https://github.com/jaddr2line/sse/tree/master/example) for an example.