Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 480 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 480 Bytes

Description

This project illustrates how to use node.js worker thread in a NestJS app and have access to dependency injection.

Installation

$ yarn install

Running the app

# development
$ yarn run start

# watch mode
$ yarn run start:dev

# production mode
$ yarn run start:prod

Stay in touch