zmdbzero-maintenance data layer
Docs Benchmarks Anti-patterns OpenAPI
Docs / Start

FAQ — Migrating from NestJSSupported

What maps 1:1 from NestJS, what's deliberately different, and the feature-gap list.

Maps directly#

NestJS@zmdb/web
@Controller/@Getsame decorators
Providers / DIToken + Container
@Module@Module + compileModule
Guards / Pipes / Interceptors / Filterssame four
Lifecycle (onModuleInit…)OnModuleInit/OnShutdown
@nestjs/swaggertoOpenApi
Gateways (WS)@Gateway/@Subscribe
Test.createTestingModulecreateTestApp

Deliberately different#

Known feature gaps#

Everything else (config, auth, authz, CORS, cookies/sessions, rate limiting, security headers, caching, logging) is a pattern on the existing primitives, documented in this Guides group rather than a bundled module — so there's no hidden magic and nothing to reflect.