# seanmonstar/warp

A super-easy, composable, web server framework for warp speeds.

Repository: https://github.com/seanmonstar/warp
Canonical: https://ross.abutalabs.com/products/seanmonstar-warp
Homepage: https://seanmonstar.com/blog/warp/
Language: Rust
License: MIT
License Family: permissive
Topics: rust, http, server, framework
Last push: 2026-07-28T15:25:12+00:00

## Health v2 (maintenance only)
Score: 77/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 41, longevity 100
- inputs: {"age_days": 2975, "days_push": 36, "days_rel": 392, "gap_med": 2.0, "n_releases_24m": 3}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10365, forks 747 (observed 2026-08-28T04:10:41.797539+00:00)

## What it is
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
- artifact type: framework
- maturity: stable
- function: web-framework, http-server, routing, websocket, middleware
- domain: web-development, backend, apis
- platform: rust, cross-platform
- tags: composable-filters, hyper, tokio, http2, async

## Member repositories
- seanmonstar/warp (main) score 77

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:41.797539+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:19:06.892604+00:00, confidence not recorded.
  - readme: https://github.com/seanmonstar/warp (fetched 2026-08-28T04:10:41.797539+00:00, sha e6849e5bc9af)
  - homepage: https://seanmonstar.com/blog/warp/ (fetched 2026-08-29T08:18:22.877450+00:00, sha 79168c6308dc)
  - site_page: https://seanmonstar.com/about (fetched 2026-08-29T08:18:22.887086+00:00, sha d5f5fd830b48)
  - registry_crates: https://crates.io/api/v1/crates/warp (fetched 2026-08-29T08:18:22.889406+00:00, sha 637b86209d25)
- Data as of 2026-08-30T08:39:29.467469+00:00.
