eventsource icon indicating copy to clipboard operation
eventsource copied to clipboard

Server Side Events client and server for Go

GoDoc CircleCI

Eventsource

Eventsource implements a Go 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

License

Eventsource is available under the Apache License, Version 2.0.