Skip to content

meehol/nest-mqtt

Repository files navigation

NestJS MQTT

subscriber/publisher/processor

Installation

$ pnpm install

Running the app

# development
$ pnpm start

# watch mode
$ pnpm start:dev

# production mode
$ pnpm start:prod

Lint & Prettier, Test & Coverage

# lint tests
$ pnpm lint

# prettier write
$ pnpm format

# unit tests
$ pnpm test

# test coverage
$ pnpm test:cov

# test e2e - Start mosquitto broker in the background at localhost:1883!
$ pnpm test:e2e

About

NestJS + MQTT

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published