I am new to nodejs and digital ocean. I set up a digital ocean droplet and I want to run a node server on my droplet forever. So I ssh into the droplet (Ubuntu) and run node myNodeProgram.js. It works great for a few minutes but whenever the connection drops the node process stops running.
So how do I make it always run?