Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 1.02 KB

README.md

File metadata and controls

24 lines (13 loc) · 1.02 KB

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/

This is a fork of: https://github.com/donovanhide/eventsource

This version of the library supports Go 1.8 and higher. However, its unit tests can only be run in Go 1.13 or higher.

The package is a Go module, but can still be imported by projects that do not use modules.

Installation

go get github.com/launchdarkly/eventsource

Documentation

License

Eventsource is available under the Apache License, Version 2.0.