I am working on Node.JS applications right now and I'm going with ExpressJS as MVC framework. The point, from now, is: should I restart the server (node app.js
) every time that I make some change on app.js
?
If so, there's no way to pass through? It's a little boring to do this.