eranyanay/1m-go-websockets resource
handling 1M websockets connections in Go 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2761
- days_rel: n/a
- days_push: 1480
- n_releases_24m: 0
Adoption not part of the score
5995 stars · 639 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A reference implementation and case study from a Gophercon Israel 2019 talk demonstrating a pure Go server handling 1M+ WebSocket connections under 1GB of RAM. It is educational example code, not a production WebSocket library.
Use cases
- learn how to scale websocket connections in go
- understand os and runtime tuning for 1m concurrent connections
- study a high-concurrency go server example
- benchmark websocket connection capacity on linux
- reference for reducing memory per websocket connection
When to choose
- you want to learn techniques for massive websocket concurrency in Go
- you need a working case study accompanying a conference talk
- you are benchmarking or studying Go runtime and Linux tuning
When to avoid
- you need a production-ready websocket library
- you expect new features or long-term support
- you need cross-platform support beyond Linux
Facets
learning-resource · maturity maintenance
websocket http-server benchmarking networking performance developer-tools go websocket-server high-concurrency case-study gophercon reference-implementation linux docker
1 source
- readme: https://github.com/eranyanay/1m-go-websockets · fetched 2026-08-28 · 0529edf2a1e3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eranyanay/1m-go-websockets | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="eranyanay/1m-go-websockets")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem