daemon

Use this library to run any process in the background without blocking the console. It will start a child process, detach it, and save its PID to a file in order to be able to stop it later.

npm: avris-daemonise gitlab.com/Avris/Daemonise