Is it worth it using Rust+Axum for backend instead of Node.js? In which situations would you do so?
Is it worth it using Rust+Axum for backend instead of Node.js? In which situations would you do so? - Open Supply
In practical perspectives, I’m mostly concerned about computer resources usage; I have computer resources constraints. So using Rust would benefit on that. But it is for a Web application backend. So, it is worth it having to learn Rust + Tokio + Axum, … in this specific situation. Also, that this is mostly for initially prototyping an application.