r3labs/sse
Server Sent Events server and client for Golang observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3848
- days_rel: n/a
- days_push: 798
- n_releases_24m: 0
Adoption not part of the score
1045 stars · 193 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library providing both server and client implementations for Server-Sent Events (SSE). It includes a message scheduler with named streams for publishing events and client subscription helpers.
Use cases
- stream real-time events from a Go server to browsers
- subscribe to an SSE endpoint and process events in Go
- publish messages to named event streams
- detect disconnected SSE clients
- build live notification or update feeds over HTTP
When to choose
- you need one-way server-to-client event streaming in Go
- you want a lightweight alternative to WebSockets for push updates
- you need both SSE server and client support in the same language
When to avoid
- you need bidirectional communication (use WebSockets instead)
- your project is not written in Go
- you need a full-featured message broker rather than an HTTP event stream
Facets
library · maturity stable
websocket http-server http-client middleware web-development backend apis go windows cross-platform server-sent-events sse event-stream pubsub golang real-time linux macos
1 source
- readme: https://github.com/r3labs/sse · fetched 2026-08-28 · c9060de552c1
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| r3labs/sse | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem