TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
[2023] Stop using express.js as default in 2023
3 点
作者
akmittal
超过 1 年前
2 条评论
akmittal
超过 1 年前
Express has been de-facto standard as a nodejs web framework. There are a lot better option now a days like fastify and hono. There is no reason to use express in new projects
nc0
超过 1 年前
The issue is that newer HTTP servers try to do too many things, which in the end reduces the flexibility we have as developers.