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).
- Host: GitHub
- URL: https://github.com/pdmccormick/sse
- Owner: pdmccormick
- License: mit
- Created: 2020-03-29T19:49:03.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T17:40:27.000Z (about 1 year ago)
- Last Synced: 2025-02-26T23:14:18.291Z (8 months ago)
- Topics: eventstream, golang, sse
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`.