Restarts Node.JS on file modifications
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
`node-dev` is a Node.js module that automatically restarts a Node.js application whenever file changes are detected, making it useful for development. It is Linux-only and relies on inotify to watch files, automatically detecting new files to monitor. The project is aimed at Node.js developers working on Linux who want a simple way to keep their application up-to-date during development without manually restarting it.