Fahim Chowdhury
Flash Developer
Pages
Home
Contact Me
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
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)