Concern
HTTP routing and request handling.
Technology
NestJS
Documentation
- Website: https://docs.nestjs.com/
- Repository: https://github.com/nestjs/nest
- Getting started: https://docs.nestjs.com/first-steps
Integration
framework / NestJS
Routing is part of the NestJS framework. HTTP is served by http-server (Express) via @nestjs/platform-express.