node-supervisor
Process manager
A tool to manage Node.js applications by restarting them on code changes or program crashes.
4k stars
67 watching
261 forks
Language: JavaScript
last commit: over 5 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
fgnass/node-dev | Automates Node.js process restart on file modifications | 2,249 |
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,366 |
softwarebrothers/adminjs | An admin interface generator for Node.js applications | 8,301 |
wclr/ts-node-dev | A tool that combines compilation and reloading of TypeScript applications with the functionality of node-dev. | 3,434 |
node-inspector/node-inspector | A Node.js debugger based on Blink Developer Tools | 12,667 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 108,373 |
learning-zone/nodejs-basics | Provides an introduction to building server-side applications with JavaScript using Node.js | 3,074 |
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,253 |
coreybutler/node-windows | Enables Node.js scripts to run as native Windows services with features like service management and elevated privileges. | 2,835 |
unitech/pm2 | Manages and monitors Node.js applications in production environments with load balancing and clustering capabilities | 41,672 |
mafintosh/why-is-node-running | Helps identify why Node.js is still running after the current script has finished executing | 1,877 |
nicolodiamante/nodo | Cleans up Node.js projects by removing unused node_modules directories and optimizing storage space | 11 |
microsoft/nodejs-guidelines | A centralized resource providing guidelines and best practices for working with Node.js on Microsoft platforms | 2,498 |
redis/node-redis | A high-performance Redis client for Node.js with support for various Redis commands and data structures | 16,982 |
andywer/threads.js | A library that simplifies multithreading in Node.js and browsers by providing a unified API for worker threads | 3,082 |