Node.js daemon that watches files/directories using [Nodejs FileWatcher](http://nodejs.org/api/fs.html#fs_class_fs_fswatcher) and re-spawns edited file/server using [Nodejs Child_Process spawn](http://nodejs.org/api/child_process.html).
npm install nodeidonnodeidon globally in your system:
npm i -g nodeidon
nodeidon as a developement dependency:
npm i nodeidon -D
nodeidon ./examples/server.js
nodeidon -w ./server/app.js -d "node server.js" "npm run start"