
To start http application in cluster mode:

```bash
$ pm2 start ecosystem.config.js
# OR
$ pm2 start http.js -i max
```
