Software:Actix

From HandWiki
Revision as of 06:45, 14 September 2021 by imported>Steve Marsio (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Actix
Developer(s)Nikolay Kim
Initial releaseSeptember 30, 2017; 6 years ago (2017-09-30)
Stable release
2.0.0 / December 25, 2019; 4 years ago (2019-12-25)
Preview release
3.0.0-alpha.3 / May 21, 2020; 3 years ago (2020-05-21)
Repositorygithub.com/actix/actix-web
Written inRust
Operating systemLinux, macOS, Windows, FreeBSD, OpenBSD
TypeWeb framework
LicenseMIT License or Apache License
Websiteactix.rs

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