3.4 nodemon Development Tool
While developing a Node.js application, you’ll regularly come across a specific problem: you must get your customized source code into the running process for your changes to take effect. In the simplest case, you write a block of code, save it, switch to the command line, abort the current process using the shortcut (Ctrl)+(C), and restart it. Then you switch to the browser and check the effect of your changes. If the frequency of changes is high, you’ll go through these steps many times. At this point, it’s important to reduce the operations to be performed to a minimum. Restarting the process especially offers the potential for automation. Today, there’s a large number of tools available that can do this job ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access