I connect to the linux server via putty SSH. I tried to run it as a background process like this:
$ node server.js &
However, after 2.5
another solution disown the job
$ nohup node server.js & [1] 1711 $ disown -h %1