https://github.com/rubenv/eventsource
Simple Go eventsource handler, for publishing Server-sent events
https://github.com/rubenv/eventsource
go golang server-side-events sse
Last synced: 20 days ago
JSON representation
Simple Go eventsource handler, for publishing Server-sent events
- Host: GitHub
- URL: https://github.com/rubenv/eventsource
- Owner: rubenv
- License: mit
- Created: 2018-07-30T13:25:09.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-30T13:46:44.000Z (almost 8 years ago)
- Last Synced: 2025-02-24T08:27:08.313Z (over 1 year ago)
- Topics: go, golang, server-side-events, sse
- Language: Go
- Size: 2.93 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# eventsource
> Simple eventsource handler, for publishing [Server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).
[](https://travis-ci.org/rubenv/eventsource) [](https://godoc.org/github.com/rubenv/eventsource)
## License
This library is distributed under the [MIT](LICENSE) license.