Wednesday 30 January 2013

NodeJS Keep Alive



Create a process

$ nohup node simple-server.js > output.log &


Remove Proccess

ps aux | grep 'process name'

get the id and then

kill pid