I have a Nodejs application with Angularjs running on my localhost. I am using an apache server to run the application. I also have a server.js which runs a socket.io server which I start via "node server" in the batch.
Until now I always hit Ctrl + C to stop the server and then start it again manually whenever I made any changes in the server file that had to be applied.
A few hours ago however the server stopped applying the new changes.
I read about a few addons that restart a file automatically whenever changes have been made. But I can not seem to make them work and is this even the help I need?
via Marius
No comments:
Post a Comment