I have a number of cool tools that run in a watching pattern while I work my nodejs apps. I use guard to watch package.js, Gemfile and some others. node-dev watches the app as a whole and restarts my node app. vows is watching the world to run my tests. It’s really nice to forget [...]