Reputation: 13
How can I run part of my Node app in my web hosting? I did the core of the web application in PHP, but some part was done in Node.js. From PHP, I call some service that was done in Node.js.
I uploaded my website to my cloud server. It is a service that I bought in a company specialized in selling domains and webhosting. I installed node using terminal access that they provide, but I can't understand what to do next.
Upvotes: 1
Views: 77
Reputation: 674
Use pm2 to start and manage apps. For reference use this doc. https://in.godaddy.com/help/set-up-nodejs-application-for-production-ubuntu-17352
Upvotes: 3