⚡
  • HOME
  • NEWS
  • SERVICES
  • ARCHITECTURE
  • TECH STACK
  • PORTFOLIO
  • ABOUT
  • CONTACT
HOMENEWSSERVICESARCHITECTURETECH STACKPORTFOLIOABOUTCONTACT
© 2026 Miodrag Gromilić. All rights reserved.
HOMENEWSSERVICESTECH STACKPORTFOLIOCONTACTABOUTFAQs
Back to Skills

Express

Since 2010Minimal Node.js framework for lightweight APIs and middleware layers.

Minimal Node.js framework for lightweight APIs and middleware layers.

Overview

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.

Use Cases

  • REST APIs
  • middleware layers
  • API gateways
  • webhook handlers
  • BFF services

Advantages

  • Minimal and flexible
  • massive middleware ecosystem
  • well-documented
  • battle-tested
  • great for microservices

Considerations

  • No built-in TypeScript
  • less opinionated
  • slightly slower than Fastify

Works Great With

Node.jsTypeScriptMongoDBPostgreSQLRedisDocker

Related Technologies

PHP
Since 1995
Laravel
Since 2011
CakePHP
Since 2005
Python
Since 1991
Node.js
Since 2009
FastAPI
Since 2018
Back to Skills CONTACT