9 lines
121 B
Markdown

To start http application in cluster mode:
```bash
$ pm2 start ecosystem.config.js
# OR
$ pm2 start http.js -i max
```