When I start up my application in node.js
node app.js
and then make a change in app.js file, I have to exit node.js and restart it in order for this change to show up in my browser.
Is node.js caching the file at startup? Is there a way to avoid this, at least in development mode?