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

https://github.com/pdmccormick/sse

Go library for producing and consuming streams of HTTP Server-Sent Events (SSE).
https://github.com/pdmccormick/sse

eventstream golang sse

Last synced: 3 months ago
JSON representation

Go library for producing and consuming streams of HTTP Server-Sent Events (SSE).

Awesome Lists containing this project

README

          

Server-Sent Events (SSE)
========================

A Go library for producing and consuming streams of HTTP Server-Sent Events (SSE).

See `examples/chatserver.go`.