https://github.com/beeman/nest-cluster
Playground to leverage Node clustering in Nest with auto respawning of workers 🤓
https://github.com/beeman/nest-cluster
Last synced: about 1 year ago
JSON representation
Playground to leverage Node clustering in Nest with auto respawning of workers 🤓
- Host: GitHub
- URL: https://github.com/beeman/nest-cluster
- Owner: beeman
- Created: 2018-04-25T07:35:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T07:35:47.000Z (about 8 years ago)
- Last Synced: 2025-03-26T16:46:57.180Z (about 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 3.91 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nest-cluster
## Description
description
## Installation
```bash
$ npm install
```
## Running the app
```bash
# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
npm run start:prod
```
## Test
```bash
# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov
```