Getting Started
#
Getting StartedNestjs-pusher only requires you to boostrap the module with Pusher.js configurations and also some custom metadata. This top level configurations will help in metadata scanning and also will help our middlewares.
This library requires the minimum of knowledge regarding Nestjs dependency injection and module resolution
#
ExampleHint: Nestjs-pusher is agnostic to which http adapter you are using, you can use Fastify but for the sake of this example we are using an official example replication.