fgnass/node-dev
Zero-conf Node.js reloading observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5802
- days_rel: n/a
- days_push: 1079
- n_releases_24m: 0
Adoption not part of the score
2236 stars · 112 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
node-dev is a zero-configuration development tool for Node.js that automatically restarts your application when required files change. Unlike filesystem-scanning tools like nodemon, it hooks into Node's require() function to watch only files actually loaded by the process.
Use cases
- auto-restart node server on file changes
- watch typescript projects with ts-node without config
- avoid watching client-side files that never run on server
- zero-config development reloading for node apps
- watch and other file extensions automatically
- replace nodemon with require-based file watching
When to choose
- you want zero-configuration hot reloading for Node.js
- your project mixes server and client files and you only want server-relevant restarts
- you use TypeScript or non-JS extensions via require and want them watched automatically
When to avoid
- you need to watch files not loaded via require()
- you need ecosystem features like env file loading or custom events offered by nodemon
- you need actively developed tooling with frequent updates
Facets
cli-tool · maturity maintenance
developer-tools cli developer-tools backend cli cross-platform hot-reload file-watching nodemon-alternative typescript zero-configuration command-line nodejs
2 sources
- readme: https://github.com/fgnass/node-dev · fetched 2026-08-28 · d593cb996ba1
- registry_npm: https://registry.npmjs.org/node-dev · fetched 2026-08-29 · c5e6cb11c523
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| fgnass/node-dev | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem