salvo-rs/salvo
A powerful web framework built with a simplified design. observed · 2026-08-28
Health v2 · maintenance only
99/100
- Activity 99
- Release rhythm 99
- 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: 13
- age_days: 2491
- days_rel: 7
- days_push: 8
- n_releases_24m: 46
Adoption not part of the score
4432 stars · 271 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Salvo is a powerful yet simple async web framework for Rust, built on Hyper and Tokio. It offers tree-based routing, unified handler/middleware design, HTTP/1-3 support, auto TLS via ACME, and built-in OpenAPI generation.
Use cases
- build a REST API in Rust
- serve a website with automatic HTTPS certificates
- create a WebSocket real-time server
- generate OpenAPI docs for a Rust backend
- write an HTTP/3 web service
- add middleware like rate limiting or JWT auth to a Rust server
When to choose
- you want a Rust web framework with minimal boilerplate and simple handler functions
- you need HTTP/2 or HTTP/3 support out of the box
- you want built-in OpenAPI documentation generation
- you need automatic TLS/Let's Encrypt certificate management
- you want flexible nested routing with middleware at any level
When to avoid
- your team is already invested in Axum or Actix with existing code
- you need the largest ecosystem of third-party examples and middleware
- you are not using Rust for your backend
Facets
framework · maturity active
web-framework http-server routing middleware websocket api-framework web-development backend apis rust cross-platform async http3 openapi tls acme tokio hyper
3 sources
- readme: https://github.com/salvo-rs/salvo · fetched 2026-08-28 · 80684ec3ef36
- homepage: https://salvo.rs · fetched 2026-08-29 · ad3d11bc60e8
- site_page: https://salvo.rs/guide/features · fetched 2026-08-29 · f4d6ae2eb100
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| salvo-rs/salvo | main | 99 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem