gobwas/ws
A tiny WebSocket library for Go. observed · 2026-08-28
Health v2 · maintenance only
53/100
- Activity 67
- Release rhythm 8
- Longevity 100
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: 3510
- days_rel: n/a
- days_push: 202
- n_releases_24m: 0
Adoption not part of the score
6464 stars · 384 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A tiny, fast WebSocket library for Go implementing RFC 6455 with a zero-copy, low-level API plus higher-level helpers in the wsutil package. It passes the Autobahn Test Suite and is designed for efficient buffer reuse across connections.
Use cases
- build a websocket server in go
- handle websocket connections with minimal allocations
- implement custom websocket frame handling
- upgrade http connections to websocket
- stream websocket messages with buffer reuse
- write a high-performance realtime backend in go
When to choose
- you need maximum performance and control over websocket I/O buffers
- you want a dependency-light RFC 6455 implementation in Go
- you need low-level frame access to build custom protocol logic
When to avoid
- you want a batteries-included websocket framework with rooms, pub/sub, or automatic reconnection
- you prefer a simpler high-level API like gorilla/websocket or nhooyr/websocket
Facets
library · maturity stable
websocket http-server serialization web-development backend networking go cross-platform rfc6455 zero-copy low-level performance real-time
1 source
- readme: https://github.com/gobwas/ws · fetched 2026-08-28 · 7e775adf33ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| gobwas/ws | main | 53 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem