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

https://github.com/rubenv/eventsource

Simple Go eventsource handler, for publishing Server-sent events
https://github.com/rubenv/eventsource

go golang server-side-events sse

Last synced: 20 days ago
JSON representation

Simple Go eventsource handler, for publishing Server-sent events

Awesome Lists containing this project

README

          

# eventsource

> Simple eventsource handler, for publishing [Server-sent events](https://developer.mozilla.org/en-US/docs/Web/API/Server-sent_events).

[![Build Status](https://travis-ci.org/rubenv/eventsource.svg?branch=master)](https://travis-ci.org/rubenv/eventsource) [![GoDoc](https://godoc.org/github.com/rubenv/eventsource?status.png)](https://godoc.org/github.com/rubenv/eventsource)

## License

This library is distributed under the [MIT](LICENSE) license.