https://github.com/pboyd/eventsource
Server Side Events client and server for Go
https://github.com/pboyd/eventsource
Last synced: 5 months ago
JSON representation
Server Side Events client and server for Go
- Host: GitHub
- URL: https://github.com/pboyd/eventsource
- Owner: pboyd
- Fork: true (donovanhide/eventsource)
- Created: 2019-06-25T02:01:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-28T13:11:41.000Z (almost 7 years ago)
- Last Synced: 2024-06-20T03:43:28.933Z (almost 2 years ago)
- Language: Go
- Homepage: http://godoc.org/github.com/donovanhide/eventsource
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://godoc.org/github.com/donovanhide/eventsource)
[](https://circleci.com/gh/donovanhide/eventsource)
# Eventsource
Eventsource implements a [Go](http://golang.org/) implementation of client and server to allow streaming data one-way over a HTTP connection using the Server-Sent Events API http://dev.w3.org/html5/eventsource/
## Installation
go get github.com/donovanhide/eventsource
## Documentation
* [Reference](http://godoc.org/github.com/donovanhide/eventsource)
## License
Eventsource is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).