I am having hard time understanding what is forever in nodejs.
Can someone explain what is forever in simplest way that i can understand and what is th
You can even use the nohup command it simply ignores the hang up signal.
nohup
node index.js && nohup -& (to run as a background process - no hiccup)