Ross ROSS = Recommend OSS · open-source software intelligence for agents

denoland/fastwebsockets

A fast RFC6455 WebSocket implementation observed · 2026-08-28

github.com/denoland/fastwebsockets · homepage · Rust · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

73/100

  • Activity 95
  • Release rhythm 35
  • Longevity 90

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: 1269
  • days_rel: n/a
  • days_push: 33
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1133 stars · 111 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

fastwebsockets is a fast, minimal RFC6455 WebSocket implementation in Rust, usable as a raw frame parser or as a full client/server with optional hyper-based HTTP upgrade support. It passes the Autobahn|TestSuite, is fuzzed with libFuzzer, and offers optional SIMD-accelerated UTF-8 validation.

Use cases

  • implement a websocket server in rust
  • parse raw websocket frames
  • add websocket support to a hyper or axum service
  • build a websocket client with handshake support
  • handle websocket fragmentation and auto ping/close

When to choose

  • you need a fast, spec-compliant websocket implementation in a tokio-based Rust app
  • you want low-level control over websocket frames
  • you're integrating websockets into hyper/axum via HTTP upgrade

When to avoid

  • you need permessage-deflate compression, which is not yet supported
  • you want a batteries-included websocket solution with automatic message reassembly by default
  • you're not using async Rust/tokio

Facets

library · maturity active

websocket http-server http-client networking web-development backend networking rust cross-platform rfc6455 websocket-server websocket-client hyper tokio frame-parser simd autobahn-tested real-time

10 sources

Member repositories

RepositoryRoleHealth v2
denoland/fastwebsocketsmain73

For agents

markdown · JSON · MCP: product_card(name="denoland/fastwebsockets")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem