I understand that using Actix really highlights the speed advantage of Rust... but I think it's irresponsible to encourage rewrites in Rust using a framework that's dead because the developer decided to quit instead of fix security issues[0]. The last thing we need is a bunch of new Rust devs rewriting their perfectly fine Node code using an insecure framework. Rust is really fast, especially compared to Node. This i…
https://github.com/expressjs/express/tree/5.0
https://github.com/expressjs/express/pull/4196
https://github.com/expressjs/express/issues/2761
If someone is doing a new project in node I would recommend: https://github.com/fastify/fastify
https://github.com/hapijs/hapi
In the above benchmark, fastify would probably narrow the gap. https://www.fastify.io/benchmarks/