Описание тега node-supervisor

A supervisor script for nodejs. It runs your program, and watches for code changes, so you can have hot-code reloading behavior, without worrying about memory leaks and making sure you clean up all the inter-module references, and without a whole new require system.

A supervisor script for nodejs. It runs your program, and watches for code changes, so you can have hot-code reloading behavior, without worrying about memory leaks and making sure you clean up all the inter-module references, and without a whole new require system.