Name: | nodejs-supervisor |
---|---|
Version: | 0.6.0 |
Release: | 2.el7 |
Architecture: | noarch |
Group: | System Environment/Libraries |
Size: | 17863 |
License: | MIT |
RPM: | nodejs-supervisor-0.6.0-2.el7.noarch.rpm |
Source RPM: | nodejs-supervisor-0.6.0-2.el7.src.rpm |
Build Date: | Thu Nov 23 2017 |
Build Host: | x86-ol6-builder-06.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/isaacs/node-supervisor |
Summary: | A supervisor program for running nodejs programs |
Description: | A little supervisor script for nodejs. It runs your program, and watches for code changes, so you can have hot-code reloading like behavior, without worrying about memory leaks and making sure you clean up all the inter-module references, and without a whole new require system. |