I have a NodeJS server that I want to run on a VPS on Digital Ocean. I log in as usual and I basically follow these steps:
git clone myname@mygitrepo.git
cd myfolder/server
nodejs server.js &
_____________________
Express listening on port 9099
I can now access my NodeJS on the server. But as soon as I close the SSH connection, the NodeJS server dies. How can I make the NodeJS run even when I close down my session?
/P
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This Digital Ocean tutorial covers the topic: https://www.digitalocean.com/community/tutorials/how-to-set-up-a-node-js-application-for-production-on-centos-7
hello guys! … i tryed with *forever * and i close the ssh and the server die … really forever is a solution? … and when you need mongoDB running too … How do I do it?
thanks!
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.