>Your CRUD web application server almost certainly doesn't need async Rust. Using a blocking HTTP server is not "might be a good idea", it simply is a good idea.
How so? By what logic?
> Blocking Rouille is faster than builtin async server in Node.js
Because there are no advantages and only disadvantages of using async Rust. Async Rust is harder to use, and by assumption you don't need async Rust performance.
How so? By what logic?
> Blocking Rouille is faster than builtin async server in Node.js
It isnt proof