You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
servedirThe text was updated successfully, but these errors were encountered: