Backend Frameworks
actix-web is a high-performance asynchronous web framework in Rust, known for very low latency and high concurrency, suitable for building web APIs, microservices, real-time communication, and edge services.
tokio, delivering excellent throughput and low latencymiddleware, extensible request extractors, and robust error handlingWebSocket, HTTP/2, TLS (rustls / openssl), and other modern networking featuresSuitable for backend engineers, microservice teams, real-time communication developers, and latency-sensitive systems (e.g., finance, IoT, game backends) that require extreme performance and memory safety.
tokio, serde)