node-daemon

Turn a node script into a daemon
  https://github.com/indexzero/daemon.node
  0
  no reviews



Daemon actually re-spawns the current application and runs it again. The only difference between the original and the fork is that the original will not execute past the daemon() call whereas the fork will.