
Express
Official websiteExpress is a minimal, flexible Node.js web framework for building HTTP APIs and middleware pipelines.
How I use it
I reach for Express when I need a lean API layer — quick to stand up, easy to extend with middleware, and familiar across teams.