|
|
|
|
|
by Chyzwar
2308 days ago
|
|
Express.js active development seems to stop. The last commit on v5 branch was from October 2018. We are still waiting for http2 (2 years) or better support for promises (3 years). 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/
|
|
https://koajs.com/