Minimal Node.js framework for lightweight APIs and middleware layers.
Express is my go-to for lightweight Node.js HTTP servers. Its middleware architecture lets me compose auth, rate limiting, CORS, and error handling as modular layers. I pair it with TypeScript, Zod for validation, and Helmet for security.