atomicdata-dev / atomic-server

An open source headless CMS / real-time database. Powerful table editor, full-text search, and SDKs for JS / React / Svelte.
https://atomicserver.eu
MIT License
1.04k stars 47 forks source link

Consider Axum instead of Actix-Web #501

Open joepio opened 2 years ago

joepio commented 2 years ago

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:

But there's also a couple of things I need to find out, before switching:

AlexMikhalev commented 1 year ago

I am fond of Poem - it can do everything the above.