Nodemon.io

Monitor for any changes in your node.js application and automatically restart the server - perfect for development (by remy)

Nodemon.io Alternatives

Similar projects and alternatives to Nodemon.io

  1. Visual Studio Code

    Visual Studio Code

  2. SurveyJS

    JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor. Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.

    SurveyJS logo
  3. React

    1,933 Nodemon.io VS React

    The library for web and native user interfaces.

  4. TypeScript

    1,421 Nodemon.io VS TypeScript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  5. node

    1,211 Nodemon.io VS node

    Node.js JavaScript runtime ✨🐢🚀✨

  6. Socket.io

    851 Nodemon.io VS Socket.io

    Realtime application framework (Node.JS server)

  7. Express

    777 Nodemon.io VS Express

    Fast, unopinionated, minimalist web framework for node.

  8. jest

    520 Nodemon.io VS jest

    Delightful JavaScript Testing.

  9. Civic Auth

    Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.

    Civic Auth logo
  10. deno

    485 Nodemon.io VS deno

    A modern runtime for JavaScript and TypeScript.

  11. axios

    480 Nodemon.io VS axios

    Promise based HTTP client for the browser and node.js

  12. ESLint

    430 Nodemon.io VS ESLint

    Find and fix problems in your JavaScript code.

  13. Docker Compose

    Define and run multi-container applications with Docker

  14. puppeteer

    391 Nodemon.io VS puppeteer

    JavaScript API for Chrome and Firefox

  15. redux

    302 Nodemon.io VS redux

    A JS library for predictable global state management

  16. postman-app-support

    Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

  17. dotenv

    247 Nodemon.io VS dotenv

    Loads environment variables from .env for nodejs projects.

  18. novu

    148 Nodemon.io VS novu

    The open-source notification Inbox infrastructure. E-mail, SMS, Push and Slack Integrations.

  19. fastify

    127 Nodemon.io VS fastify

    Fast and low overhead web framework, for Node.js

  20. PM2

    68 Nodemon.io VS PM2

    Node.js Production Process Manager with a built-in Load Balancer.

  21. Live Server

    35 Nodemon.io VS Live Server

    A simple development http server with live reload capability.

  22. chokidar

    27 Nodemon.io VS chokidar

    Minimal and efficient cross-platform file watching library

  23. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better Nodemon.io alternative or higher similarity.

Nodemon.io discussion

Log in or Post with

Nodemon.io reviews and mentions

Posts with mentions or reviews of Nodemon.io. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-03-11.
  • Build Content Management System with React and Node: Beginning Project Setup
    3 projects | dev.to | 11 Mar 2025
    We will need some help with the development process, that is why we will use nodemon. Nodemon is a utility tool that automatically monitors changes in your Node.js application's source code and restarts the server whenever it detects any modifications. This tool helps streamline the development process by eliminating the need to manually stop and restart the Node.js server every time you make changes to the code, making it easier to see the effects of your changes immediately. We will use "npm install --save-dev nodemon" to install nodemon to the development section of our project. Also, we need to add a new setting to the scripts part of the package.json file that will start nodemon.
  • ExpressJS
    3 projects | dev.to | 22 Feb 2025
  • 3 Node.js Features You Didn’t Know About
    2 projects | dev.to | 21 Jan 2025
    I’m sure you’ve used different tools to watch your source files and restart the application when you change your code. We’ve done this in various ways, one of which is using nodemon, a utility that monitors changes in your source files and automatically restarts the server.
  • Front-End to Full-Stack Journey Part 3: Server Proxies, React and Progress
    1 project | dev.to | 9 Jan 2025
    I installed Nodemon to help here. For those who don't know already, Nodemon is a tool that helps by restarting the Node application everytime a change has been made to the code. This proved to be quite helpful as the trial & error was about to begin.
  • CRUD with ExpressJS and MongoDB (Typescript)
    5 projects | dev.to | 28 Dec 2024
    Nodemon is a dependency that monitors your project files for changes and automatically restarts the server once there is a change to any file being watched by nodemon. Think of nodemon as node monitor ;). Note: You shouldn't use nodemon on a production server, except you're part of the developers that attempt fix bug in production, lol.
  • Build Your Own nodemon in Few Lines of Code
    2 projects | dev.to | 19 Oct 2024
    nodemon
  • Build a Real-time Notification System with Socket.IO and ReactJS
    7 projects | dev.to | 2 Oct 2024
    nodemon - automatically restarts our Node.js server whenever we make changes to the codebase
  • Node.js built-in alternative to nodemon
    1 project | dev.to | 31 Aug 2024
    The nodemon is a popular library for running and restarting Node.js processes on file changes. All LTS Node.js support an option --watch-path, which allows to replace nodemon:
  • How to Build an Application With Node.js
    4 projects | dev.to | 9 Aug 2024
    Or you can install nodemon for the same purpose. nodemon detects changes in the directory and restarts your application.
  • Using pm2 to Manage Node.js Applications
    1 project | dev.to | 2 Aug 2024
    When I first encountered Node.js and also learned how to use Linux, nodemon was a library that I often used to develop applications, as it would automatically "reload" the new code upon saving without needing to manually "kill" and restart the application, a feature now commonly referred to as "hot reload."
  • A note from our sponsor - Civic Auth
    www.civic.com | 15 May 2025
    Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today. Learn more →

Stats

Basic Nodemon.io repo stats
149
26,551
7.8
9 days ago

Sponsored
JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Add the SurveyJS white-label form builder to your JavaScript app (React/Angular/Vue3). Build complex JSON forms without coding. Fully customizable, works with any backend, perfect for data-heavy apps. Learn more.
surveyjs.io

Did you know that JavaScript is
the 3rd most popular programming language
based on number of references?