Best Rust Web Frameworks to Use in 2023

https://www.shuttle.rs/blog/2023/08/23/rust-web-framework-comparison

14 points · 4 comments · view on lemmy.world

4 Comments

starflower@lemmy.blahaj.zone · 3 pts · 2y (1 reply)

The best one to use is probably the one you already know, right?

josephc@lemmy.ml · 4 pts · 2y

True, but if you don't know any...

RunAwayFrog@sh.itjust.works · 1 pts · 2y (1 reply)

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.

wolf4ood@lemmy.ml · 1 pts · 2y

Never tried poem, will try it out in the next project :)