An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

[![GoDoc](https://godoc.org/github.com/donovanhide/eventsource?status.svg)](http://godoc.org/github.com/donovanhide/eventsource)
[![CircleCI](https://circleci.com/gh/donovanhide/eventsource.svg?style=svg)](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).