Hacker News new | ask | show | jobs
by steveklabnik 1272 days ago
You may also want to check out https://github.com/tokio-rs/axum if actix-web doesn't click for you.
1 comments

I tried both, I'm not sure how Axum is much different than actix-web, seems like they both have similar syntax for creating a new router, adding routes and middleware, and starting the server. I think actix-web has macro-defined routes but I haven't been using those anyway.