Live data from Hacker News

Show HN: Actix web 0.4 – simple and extremely fast web framework for Rust

github.com

1–3 of 3 posts

Re: Show HN: Actix web 0.4 – simple and extremely fast web framework for Rust

#2
Actix web is a small, pragmatic, extremely fast, web framework for Rust.

* Supported HTTP/1.x and HTTP/2.0 protocols

* Streaming and pipelining

* Keep-alive and slow requests handling

* Client/server WebSockets support

* Transparent content compression/decompression (br, gzip, deflate)

* Configurable request routing

* Graceful server shutdown

* Multipart streams

* Middlewares