...

Text file src/github.com/donovanhide/eventsource/README.md

Documentation: github.com/donovanhide/eventsource

     1[![GoDoc](https://godoc.org/github.com/donovanhide/eventsource?status.svg)](http://godoc.org/github.com/donovanhide/eventsource)
     2[![CircleCI](https://circleci.com/gh/donovanhide/eventsource.svg?style=svg)](https://circleci.com/gh/donovanhide/eventsource)
     3
     4
     5# Eventsource
     6
     7Eventsource 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/
     8
     9## Installation
    10
    11    go get github.com/donovanhide/eventsource
    12
    13## Documentation
    14
    15* [Reference](http://godoc.org/github.com/donovanhide/eventsource)
    16
    17## License
    18
    19Eventsource is available under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).

View as plain text