https://github.com/freman/sse
Server-sent events event stream for go
https://github.com/freman/sse
golang golang-library http server-sent-events
Last synced: 3 months ago
JSON representation
Server-sent events event stream for go
- Host: GitHub
- URL: https://github.com/freman/sse
- Owner: freman
- License: mit
- Created: 2020-02-28T05:20:52.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T09:46:30.000Z (almost 4 years ago)
- Last Synced: 2025-10-25T10:44:01.393Z (5 months ago)
- Topics: golang, golang-library, http, server-sent-events
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sse
Server-sent events event stream for go
## Why?
I've written this several different ways several different times in recent history so I figured I'd put a copy up here to save me some effort.