When I started with this project, actix-web was by far the most powerful and versitile web framework for rust. But it's been a couple of years, and things have changed. The tokio team have created Axum, which has a couple of advantages over Actix-Web:
Actively maintained by the creators
More readable documentation / easier to understand abstractions
When I started with this project,
actix-web
was by far the most powerful and versitile web framework for rust. But it's been a couple of years, and things have changed. The tokio team have createdAxum
, which has a couple of advantages over Actix-Web:But there's also a couple of things I need to find out, before switching:
tower
servedir