This is a native implementation of the web developers beloved "live reload," experience for a Node.js program.
This Node process will watch a file or directory (i.e., the program source).
When a change occurs then program will reload without manual intervention.
node watch --runtime index.js
node watch --runtime build/