5 ms·
I would choose [axum](https://docs.rs/axum https://docs.rs/axum) as my default Rust server framework. It compiles quickly, it's very ergonomic, and it integrate
by adamch 3y ago
I would choose [axum](https://docs.rs/axum https://docs.rs/axum) as my default Rust server framework. It compiles quickly, it's very ergonomic, and it integrates well into the rest of the ecosystem.
Never wrote a Java web server sorry cannot compare.