I connect with the Linux server through putty SSH. I attempted to run it as a background process like this:
$ node server.js &
In any case, after 2.5 hrs the terminal becomes inert and the interaction passes on. Is there any way I can keep the interaction alive even with the terminal detached?
In reality, I attempted nohup, however when I close the Putty SSH terminal or unplug my web, the server process stops immediately.
Is there anything I need to do in Putty?