Software:Actix
From HandWiki
Developer(s) | Nikolay Kim |
---|---|
Initial release | September 30, 2017 |
Stable release | 2.0.0
/ December 25, 2019 |
Preview release | 3.0.0-alpha.3
/ May 21, 2020 |
Repository | github |
Written in | Rust |
Operating system | Linux, macOS, Windows, FreeBSD, OpenBSD |
Type | Web framework |
License | MIT License or Apache License |
Website | actix |
Actix is an actor and web framework written in Rust. It supports both HTTP/1.x and HTTP/2 (including streaming and pipelining, both server and client), 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 (as of 2020, second only to Drogon in overall score).[1]
Actix is licensed under MIT License or Apache License.
References
External links