@opra/nestjs
v1.28.5
Published
Opra NestJS module
Readme
@opra/nestjs
Core NestJS integration for the OPRA framework
🌐 Documentation · 🚀 Getting Started · 📦 Packages · 💬 Issues
Core NestJS integration for the OPRA framework. Bridges OPRA controllers and NestJS's dependency injection and module system.
Features
RpcControllerFactory— Wraps OPRA RPC controllers as NestJS-compatible classesMQControllerFactory— NestJS wrapper for OPRA message queue controllersWsControllerFactory— NestJS wrapper for OPRA WebSocket controllersRpcParamsFactory— Parameter extraction and validation from NestJS execution context@Public()— Decorator to mark endpoints as publicly accessibleOpraNestUtils— Shared utilities for NestJS adapter packages
Installation
npm install @opra/nestjsThis package is a shared foundation. For transport-specific modules use
@opra/nestjs-http,@opra/nestjs-kafka,@opra/nestjs-rabbitmq, or@opra/nestjs-socketio.
Node Compatibility
- node >= 20.x
License
Available under MIT license.
