An open API service indexing awesome lists of open source software.

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 🤓

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
```