16 Jun
2016

nodemon leaving Node.js process running

Category:General PostTag: :

nodemon is a great tool for use when writing Node.js applications. It is a simple little tool that simply watches for changes in the file system of your project and restarts the Node.js application when a file changes. Of course, there are more options, but that’s the essential idea. Unfortunately, once you launch nodemon it […]

Read More