On a Debian server, I installed Node.js. I understand how to launch an app from putty with this command line:
node /srv/www/MyUserAccount/server/server.js
and get to it on the address 50.51.52.53:8080
(IP and port).
But as soon as I close putty, then I cannot reach the address 50.51.52.53:8080
anymore.
How to make a Node.js application run permanently?
As you can guess, I am a beginner with Linux and Node.js.
Question&Answers:os