How to Start Node Process in Background via Bash Script (and Survive Script’s Finishing)
I run a webserver on a LAMP stack, which includes a secondary Node.js server running on localhost that some requests get passed off to. I normally start/restart this process manually, using these 3 commands: