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
Developer(s)Nikolay Kim
Initial releaseSeptember 30, 2017 (2017-09-30)
Stable release
2.0.0 / December 25, 2019 (2019-12-25)
Preview release
3.0.0-alpha.3 / May 21, 2020 (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 licensed under MIT License or Apache License.

References

  1. "TechEmpower Web Framework Performance Comparison". www.techempower.com. Retrieved 2020-05-30.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.