# salvo-rs/salvo

A powerful web framework built with a simplified design.

Repository: https://github.com/salvo-rs/salvo
Canonical: https://ross.abutalabs.com/products/salvo
Homepage: https://salvo.rs
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: rust, http-server, async, salvo, framework, web
Last push: 2026-08-25T20:37:16+00:00

## Health v2 (maintenance only)
Score: 99/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 99, release rhythm 99, longevity 100
- inputs: {"age_days": 2491, "days_push": 8, "days_rel": 7, "gap_med": 13, "n_releases_24m": 46}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4432, forks 271 (observed 2026-08-28T04:08:49.157261+00:00)

## What it is
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
- artifact type: framework
- maturity: active
- function: web-framework, http-server, routing, middleware, websocket, api-framework
- domain: web-development, backend, apis
- platform: rust, cross-platform
- tags: async, http3, openapi, tls, acme, tokio, hyper

## Member repositories
- salvo-rs/salvo (main) score 99

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:49.157261+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-29T18:20:54.230890+00:00, confidence not recorded.
  - readme: https://github.com/salvo-rs/salvo (fetched 2026-08-28T04:08:49.157261+00:00, sha 80684ec3ef36)
  - homepage: https://salvo.rs (fetched 2026-08-29T09:08:16.170965+00:00, sha ad3d11bc60e8)
  - site_page: https://salvo.rs/guide/features (fetched 2026-08-29T09:08:16.180402+00:00, sha f4d6ae2eb100)
- Data as of 2026-08-30T08:39:29.467469+00:00.
