Skip to main content

Concern

HTTP server: the layer that listens for and serves HTTP requests (transport).

Technology

Express

Documentation

Integration

framework / NestJS

NestJS uses Express as the default HTTP adapter via @nestjs/platform-express. The framework provides routing and controllers; Express handles the underlying HTTP server. Distinct from runtime (Node.js) and framework (NestJS application structure).