How does nodemon work?
I have always had this question because I wanted to know how nodemon detects changes made in a file system or a file tree and then restarts the whole node process.
How does it get the entry point program's process id? Does it ...