Installing Node (CPanel without the node package).Prior to this working, you will need to request ssh access.
Download a SSH Client (I prefer PuTTy).
Login in to your domain with the port provided by Asura.
On the SSH, login with your username and password.
You are now in the root of your hosting directory.
Getting your first app up and running.It crashed. It always crashes. (Automatic restarts)NPM makes quick work of this. From SSH:
Install Forever
Install nodemon (nodemon is not a requirement any longer)
Finally, init forever
forever -w start index.js
index.js may be app.js for you.
This checks for file changes and restarts the server and forever again.