Is it worth it using Rust+Axum for backend instead of Node.js? In which situations would you do so?
(lemmy.opensupply.space)
For prototyping, if you don’t already know Rust, it’s probably not worth it.
When you really know Rust it’s IMO easier to write a web server in Rust than node, but there is a long road to getting to that level.