kennethkoontz / mold

Web framework using node.js
http://kennethkoontz.github.com/mold/
1 stars 0 forks source link

mold startserver needs a process that watches the app directory #2

Closed kennethkoontz closed 12 years ago

kennethkoontz commented 12 years ago

mold needs a process that watches the app directory and checks for changes in any files below it. It might be beneficial to just use a library that already does this. nodemon, supervisor come to mind.

Also we want to be able to restart the server if there is an exception.