housleyjk/ws-rs
Lightweight, event-driven WebSockets for Rust. 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: 4023
- days_rel: n/a
- days_push: 1111
- n_releases_24m: 0
Adoption not part of the score
1497 stars · 220 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
WS-RS is a lightweight, event-driven WebSocket library for Rust implementing RFC 6455 on top of MIO. It handles multiple connections on a single thread and offers both high-level and low-level frame access, with SSL and permessage-deflate support.
Use cases
- build a websocket server in rust
- implement a websocket client for real-time messaging
- handle many websocket connections on one thread
- add websocket support to a rust application
- write a websocket echo server
- access raw websocket frames for protocol extensions
When to choose
- you want a simple, lightweight websocket implementation in Rust
- you need efficient single-threaded handling of many connections
- you need low-level access to WebSocket frames
- you want SSL or permessage-deflate support out of the box
When to avoid
- you need an actively developed library with recent maintenance
- you are building with async/await ecosystems like tokio (consider tokio-tungstenite)
- you need production guarantees for a new project given limited recent activity
Facets
library · maturity maintenance
websocket http-server networking web-development backend networking rust windows cross-platform mio event-driven rfc6455 ssl permessage-deflate single-threaded real-time linux macos
1 source
- readme: https://github.com/housleyjk/ws-rs · fetched 2026-08-28 · 4d9435c3d922
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| housleyjk/ws-rs | main | 32 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem