rust-web-framework-comparison
rust-web-framework-comparison copied to clipboard
A comparison of some web frameworks and libs written in Rust
I find OpenHub useful when doing comparisons of frameworks. e.g. https://openhub.net/p/actix-web vs vs https://openhub.net/p/tide-rs I just created https://openhub.net/p/axum and https://openhub.net/p/rocket-rs and https://openhub.net/p/warp-rs , so no stats there atm Are you...
Decision at https://github.com/tokio-rs/axum/pull/769#issuecomment-1147360090 was that open telemetry can and thus should be third party , and so that has occurred at https://crates.io/crates/axum-tracing-opentelemetry , now present on https://github.com/tokio-rs/axum/blob/main/ECOSYSTEM.md IMO this should...
This repo only lists a few client-side HTTP libraries, while there are many that could be useful in various circumstances: - [attohttpc](https://lib.rs/attohttpc) (lightweight, no async) - [curl](https://lib.rs/curl) (bindings to libcurl)...
Templating libraries can compile templates at application compile time, or at runtime. This is useful information when choosing a templating library, and might warrant a column in the corresponding table.
I hope the High-Level Server Frameworks can add support for http3 and open api features or not
https://github.com/ntex-rs/ntex
https://framesurge.sh/perseus/en-US
I'd like to understand by which criteria a framework is judged as "outdated"? It's a loaded classification so I think it is fair to be transparent about the criteria by...