I'm new to Node.js. For each modification in code, I have to restart server to make it work. I wonder if there are any ways to make it work without restarting server. Thanks.
Asked
Active
Viewed 198 times
2 Answers
0
Check out this npm plugin: https://npmjs.org/package/devreload
There is also a very cool NodeJS based framework called Meteor which does all of this automatically. It is very easy to learn, and does realtime code & content updates. I suggest looking into that as well.
Good luck.

mjkaufer
- 4,047
- 5
- 27
- 55