websockets-rs/rust-websocket
A WebSocket (RFC6455) library written in Rust observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- 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: 4297
- days_rel: n/a
- days_push: 17
- n_releases_24m: 0
Adoption not part of the score
1613 stars · 225 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rust-WebSocket is a Rust library implementing the WebSocket protocol (RFC6455) for both client and server connections, with message-level and data-frame-level APIs and support for secure WebSockets. The project is effectively in maintenance mode and its own README recommends using tungstenite or tokio-tungstenite instead, since it depends on obsolete versions of Hyper and Tokio.
Use cases
- implement a websocket server in rust
- connect to a websocket endpoint from rust
- handle websocket message fragmentation
- add secure wss connections to a rust app
- work with raw websocket data frames
- test websocket conformance against autobahn suite
When to choose
- you are maintaining an existing codebase already built on rust-websocket
- you need a pure-rust RFC6455 implementation with a frame-level API and cannot switch libraries
When to avoid
- starting a new Rust project (use tungstenite or tokio-tungstenite instead)
- you need async support on modern Tokio versions
- you need actively maintained code with timely bug fixes
Facets
library · maturity maintenance
websocket http-server http-client networking web-development backend networking rust cross-platform rfc6455 websocket-client websocket-server deprecated legacy-dependencies real-time
2 sources
- readme: https://github.com/websockets-rs/rust-websocket · fetched 2026-08-28 · 4ed46e6b2282
- homepage: http://websockets-rs.github.io/rust-websocket/ · fetched 2026-08-29 · dab82f9b7c7f
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| websockets-rs/rust-websocket | main | 67 |
For agents
markdown · JSON · MCP: product_card(name="websockets-rs/rust-websocket")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem