Guards Authorization guard Execution context Role-based authentication Binding guards Reflection Putting it all together Guards A guard is a class annotated with the @Inj...
Gateways Installation Overview Multiple responses Asynchronous responses Lifecycle hooks Server Example Gateways Most of the concepts discussed elsewhere in this documen...
Adapters Extend socket.io Ws library Advanced (custom adapter) Example Adapters The WebSockets module is platform-agnostic, hence, you can bring your own library (or even a ...
Gateways Installation Overview Multiple responses Asynchronous responses Lifecycle hooks Server Example Gateways Most of the concepts discussed elsewhere in this document...
Unions Code first Schema first Unions Union types are very similar to interfaces, but they don’t get to specify any common fields between the types (read more here ). Unions ...