1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
[](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).
|