seanmonstar/warp
A super-easy, composable, web server framework for warp speeds. observed · 2026-08-28
Health v2 · maintenance only
77/100
- Activity 94
- Release rhythm 41
- 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: 2.0
- age_days: 2975
- days_rel: 392
- days_push: 36
- n_releases_24m: 3
Adoption not part of the score
10365 stars · 747 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
warp is a composable web server framework for Rust built on hyper and Tokio. It uses a Filter system to combine path routing, header/query extraction, body handling, websockets, and compression into type-safe request handlers.
Use cases
- build a rest api in rust
- serve json endpoints with path and query parameters
- add websocket support to a rust web server
- serve static files and directories
- handle multipart form uploads
- build a fast async http server on hyper
When to choose
- you want a type-safe, composable filter-based routing model in Rust
- you need high performance HTTP/1 and HTTP/2 on top of hyper
- you want websockets, compression, and multipart out of the box
When to avoid
- you prefer axum's extractor-based style or broader ecosystem momentum
- you need a batteries-included framework with built-in ORM or templating
- you want middleware-heavy frameworks like actix-web's actor model
Facets
framework · maturity stable
web-framework http-server routing websocket middleware web-development backend apis rust cross-platform composable-filters hyper tokio http2 async
4 sources
- readme: https://github.com/seanmonstar/warp · fetched 2026-08-28 · e6849e5bc9af
- homepage: https://seanmonstar.com/blog/warp/ · fetched 2026-08-29 · 79168c6308dc
- site_page: https://seanmonstar.com/about · fetched 2026-08-29 · d5f5fd830b48
- registry_crates: https://crates.io/api/v1/crates/warp · fetched 2026-08-29 · 637b86209d25
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| seanmonstar/warp | main | 77 |
For agents
markdown · JSON · MCP: product_card(name="seanmonstar/warp")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem