Actix


Actix is an actor and web framework written in Rust. It supports both HTTP/1.x and HTTP/2, WebSockets, TLS/SSL, content compression and decompression, and other features. The authors emphasize Actix's performance, which is confirmed by independent studies; for example, Actix is among the fastest web frameworks according to benchmarks performed by TechEmpower.
Actix is licensed under MIT License or Apache License.