I begun with nodejs
and express framework.
In localhost its ok i can run my app, but i would like to know how can i use it in my website that host in godaddy server.
I use to execute just php but nodejs i don't know how can i do that.
In local, I write in command line:
node app.js
or
npm start
with package.json, but in Godaddy I can't use commandline to start the app.