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
For Ubuntu i use this:
(exec PROG_SH &> /dev/null &)
regards