nodemon icon
nodemon icon

nodemon

 Like this app

nodemon is a tool that helps develop node.js based applications by automatically restarting the node application when file changes in the directory are detected.

nodemon does not require any additional changes to your code or method of development.

License model

  • FreeOpen Source

Platforms

  • Self-Hosted
  No rating
0 likes
0comments
0 news articles

Features

Suggest and vote on features
No features, maybe you want to suggest one?

 Tags

nodemon News & Activities

Highlights All activities

Recent activities

No activities found.
Show all activities

nodemon information

  • Licensing

    Open Source (MIT) and Free product.
  • Written in

  • Alternatives

    3 alternatives listed
  • Supported Languages

    • English

GitHub repository

  •  26,395 Stars
  •  1,731 Forks
  •  7 Open Issues
  •   Updated Jan 13, 2025 
View on GitHub

Popular alternatives

View all

Our users have written 0 comments and reviews about nodemon, and it has gotten 0 likes

nodemon was added to AlternativeTo by timoteo7 on Mar 1, 2019 and this page was last updated Mar 1, 2019.
No comments or reviews, maybe you want to be first?
Post comment/review

What is nodemon?

Nodemon is a utility that will monitor for any changes in your source and automatically restart your server. Perfect for development. Install it using npm.

Just use nodemon instead of node to run your code, and now your process will automatically restart when your code changes. To install, get node.js, then from your terminal run:

npm install -g nodemon

Features

Automatic restarting of application. Detects default file extension to monitor. Default support for node & coffeescript, but easy to run any executable (such as python, make, etc). Ignoring specific files or directories. Watch specific directories. Works with server applications or one time run utilities and REPLs. Requirable in node apps. Open source and available on github.

Official Links