tomaka/rouille
Web framework in Rust observed · 2026-08-28
Health v2 · maintenance only
35/100
- Activity 27
- 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-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4067
- days_rel: n/a
- days_push: 442
- n_releases_24m: 0
Adoption not part of the score
1238 stars · 110 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Rouille is a synchronous micro web framework for Rust that listens on a socket, parses HTTP requests, and hands them to your handler code in a linear, middleware-free style. It directly supports web-specific concepts like cookies, CGI, and form input while leaving databases and templating to third-party libraries.
Use cases
- build a small REST API in Rust
- serve a simple website with cookies and form handling
- write an HTTP server without async complexity
- prototype a web backend quickly in Rust
- handle HTTP requests with a thread-per-request model
When to choose
- you want an intuitive, synchronous Rust web framework with minimal boilerplate
- your workload is modest and thread-per-request performance (~22k req/s) is sufficient
- you prefer composing your own database/templating libraries instead of a batteries-included framework
When to avoid
- you need high-concurrency async I/O performance like tokio/hyper
- you want an ecosystem of middlewares like Express-style frameworks
- you're building a large async service with async database clients
Facets
library · maturity maintenance
web-framework http-server routing form-handling web-development backend apis rust windows cross-platform micro-framework synchronous thread-per-request rest http linux macos
2 sources
- readme: https://github.com/tomaka/rouille · fetched 2026-08-28 · e4411545b25d
- registry_crates: https://crates.io/api/v1/crates/rouille · fetched 2026-08-29 · c2dd372f1d53
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| tomaka/rouille | main | 35 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem