Wednesday 28 June 2017

Help! Running 3 node.js apps on a single VPS.

HelloI am attempting to run 3 bots in node.js and I am not sure how to start all three. I could do this with heroku and a proc file but I would need 3 instances. Would i be able to do thiswith npm scripts? Something like this.packag.json{ "scripts": {"start": "node app1/app1.js", "start": "node app2/app2.js", "start": "node app3/app3.js",} }I am very new to all of this. Sorry if this is an obvious question.

Submitted June 28, 2017 at 09:50PM by billionairebum

No comments:

Post a Comment