Actix Web

Powerful, high-performance Rust web framework — async-first, type-safe extractors, and consistently ranked among the world's fastest web servers.

Rust free Open Source web since 2017

Actix Web consistently tops the TechEmpower benchmarks. Its extractor pattern — web::Json<T>, web::Path<T>, web::Query<T> — provides zero-overhead type-safe request parsing. Actix’s actor system underpins WebSocket handling and stateful connections. It is the most widely deployed Rust web framework in production.

// commonly used libraries

Serialization and deserialization framework for Rust — derive macros generate blazing-fast …

serialization 2014 open source

Async runtime for Rust — event-driven, non-blocking I/O, task scheduling, and networking …

async 2016 open source

// tags

backendrustperformanceasyncapiresttype-safe
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub