Explore the top Rust web frameworks and their advantages and drawbacks. Discover the best choices for your projects. A comprehensive comparison to help you make informed decisions.
I would bad mouth Axum and Actix just because of the overhype. But then, the latter is powering this very platform, and the former is used in the federation crate examples 😉
So let me just say that I tried poem and it got the job done for me. Rusty API. Decent documentation. And everything is in one crate. No books, extension crates, and towers of abstractions needed.
I try to avoid tokio stuff in general for the same reason, although a compatible executor is unfortunately often required.
I would bad mouth Axum and Actix just because of the overhype. But then, the latter is powering this very platform, and the former is used in the federation crate examples 😉
So let me just say that I tried
poem
and it got the job done for me. Rusty API. Decent documentation. And everything is in one crate. No books, extension crates, andtower
s of abstractions needed.I try to avoid
tokio
stuff in general for the same reason, although a compatible executor is unfortunately often required.Never tried poem, will try it out in the next project :)