Stop Building 2025 Apps with 2010 Tools: Ditch Express, Learn HTTP/2
Why using Express.js in 2025 is a sign you don’t understand Node, and how to build faster, cleaner apps with native HTTP/2.
Apr 30, 20255 min read541

Search for a command to run...
Series
In this series, I'll post about Node.js internals
Why using Express.js in 2025 is a sign you don’t understand Node, and how to build faster, cleaner apps with native HTTP/2.

Most devs don’t know this native observability API exists. Meanwhile, it powers Next.js, Fastify, and Node.js core.

Node.js was built for events, not ceremonies. Before you reach for Kafka, use the runtime the way it was meant to be used: fast, modular & efficient
