node-dev
Process relader
Automates Node.js process restart on file modifications
Zero-conf Node.js reloading
2k stars
37 watching
122 forks
Language: JavaScript
last commit: over 1 year ago Related projects:
Repository | Description | Stars |
---|---|---|
wclr/ts-node-dev | A tool that combines compilation and reloading of TypeScript applications with the functionality of node-dev. | 3,434 |
petruisfan/node-supervisor | A tool to manage Node.js applications by restarting them on code changes or program crashes. | 3,756 |
remy/nodemon | Automatically restarts Node.js applications upon file changes | 26,366 |
nodejs/node | A cross-platform JavaScript runtime environment supporting collaborative development and focused on stability and security | 108,373 |
depcheck/depcheck | Analyzes dependencies in JavaScript projects to identify unused and missing dependencies | 4,758 |
learning-zone/nodejs-basics | Provides an introduction to building server-side applications with JavaScript using Node.js | 3,074 |
restify/node-restify | A framework for building REST APIs in Node.js using middleware and connect style functionality. | 10,719 |
unitech/pm2 | Manages and monitors Node.js applications in production environments with load balancing and clustering capabilities | 41,672 |
cnodejs/nodeclub | A Node.js-based community platform with MongoDB and Redis integration | 9,335 |
thinkjs/thinkjs | A full-featured Node.js application framework with support for modern JavaScript features and TypeScript. | 5,307 |
nodenv/nodenv | A tool for managing multiple NodeJS versions on a single system | 2,253 |
debug-js/debug | A debugging utility that provides a way to log debug information in JavaScript applications with colorized output and support for environment variable control. | 11,176 |
node-inspector/node-inspector | A Node.js debugger based on Blink Developer Tools | 12,667 |
tapjs/tapjs | A Node.js testing framework with a wide range of features and plugins. | 2,364 |
jsynowiec/node-typescript-boilerplate | A minimalistic project template to jump start a Node.js back-end application in TypeScript. | 2,772 |