from Hacker News

[2023] Stop using express.js as default in 2023

by akmittal on 2/10/24, 7:30 AM with 2 comments

  • by akmittal on 2/10/24, 8:02 AM

    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
  • by nc0 on 2/10/24, 9:22 AM

    The issue is that newer HTTP servers try to do too many things, which in the end reduces the flexibility we have as developers.