DevYK 8466310f0c update README.md 3 tahun lalu
..
README.md 8466310f0c update README.md 3 tahun lalu
api.js 8466310f0c update README.md 3 tahun lalu
ecosystem.config.js 8466310f0c update README.md 3 tahun lalu
package.json 8466310f0c update README.md 3 tahun lalu

README.md

Basic HTTP Server and Cluster mode

In this boilerplate it will start an http server in cluster mode.

You can check the content of the ecosystem.config.js on how to start mutliple instances of the same HTTP application in order to get the most from your working system.

Via CLI

Via CLI you can start any HTTP/TCP application in cluster mode with:

$ pm2 start api.js -i max