Actix Web is a powerful, pragmatic, and extremely fast web framework for Rust.
For all intents and purposes it’s a micro-framework with a few twists.
An application developed with actix-web will expose an HTTP server contained within a native executable. You can either put this behind another HTTP server like nginx or serve it up as-is. Even in the complete absence of another HTTP server actix-web is powerful enough to provide HTTP/1 and HTTP/2 support as well as TLS (HTTPS). This makes it useful for building small services ready for production.
This is free and open source software.
Key Features
- Supports HTTP/1.x and HTTP/2.
- Streaming and pipelining.
- Powerful request routing with optional macros.
- Full Tokio compatibility.
- Keep-alive and slow requests handling.
- Client/server WebSockets support.
- Transparent content compression/decompression (br, gzip, deflate, zstd).
- Multipart streams.
- Static assets.
- SSL support using OpenSSL or Rustls.
- Middlewares (Logger, Session, CORS, etc).
- Integrates with the awc HTTP client.
- Runs on stable Rust 1.54+.
Website: actix.rs
Support: Documentation, GitHub Code Repository
Developer: Actix Team
License: Apache License, Version 2.0 or MIT License
Actix Web is written in Rust. Learn Rust with our recommended free books and free tutorials.
Related Software
| Rust Web Micro-Frameworks | |
|---|---|
| Actix Web | Powerful, pragmatic, and extremely fast web framework with a few twists |
| Salvo | Powerful and simplest web server framework |
| Abscissa | Many features with minimal dependencies and security conscious |
| Rouille | Designed to be intuitive and doesn't employ middlewares |
| Tide | Mnimal and pragmatic Rust web application framework |
| vial | Small web "framework" for making small web sites |
| Spair | Small and fast frontend framework |
Read our verdict in the software roundup.
Explore our comprehensive directory of recommended free and open source software. Our carefully curated collection spans every major software category.This directory is part of our ongoing series of informative articles for Linux enthusiasts. It features hundreds of detailed reviews, along with open source alternatives to proprietary solutions from major corporations such as Google, Microsoft, Apple, Adobe, IBM, Cisco, Oracle, and Autodesk. You’ll also find interesting projects to try, hardware coverage, free programming books and tutorials, and much more. Discovered a useful open source Linux program that we haven’t covered yet? Let us know by completing this form. |

