Nodemon.io VS forever

Compare Nodemon.io vs forever and see what are their differences.

Nodemon.io

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

forever

A simple CLI tool for ensuring that a given script runs continuously (i.e. forever) (by foreversd)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Nodemon.io forever
150 7
26,576 13,898
0.2% 0.0%
7.8 0.0
15 days ago about 2 years ago
JavaScript JavaScript
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Nodemon.io

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.
  • EXPRESS.JS #1 (WHAT I HAVE LEARNED)
    1 project | dev.to | 18 May 2025
  • 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.

forever

Posts with mentions or reviews of forever. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-04.
  • Can I make NodeJS app loop forever?
    2 projects | /r/node | 4 Jul 2023
    Have you checked out https://github.com/foreversd/forever
  • Experience on PM2 Tricks to manage your NodeJs processes
    3 projects | dev.to | 5 Aug 2022
    Forever A simple CLI tool for ensuring that a given script runs continuously (i.e. forever)
  • No Answers on Google
    2 projects | /r/nodered | 9 Aug 2021
    Also, if you want node red to run on startup, you can use PM2 or forever to make that happen.
  • Open Source Accountability
    2 projects | news.ycombinator.com | 27 May 2021
    There is no accountability. From the license (MIT) https://github.com/foreversd/forever/blob/master/LICENSE#L13...

    > THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, [...]

    You can fork it, if you wish. You can maintain a public fork and even accept patches from the community, or not accept patches, or only maintain a private fork and not share it with anyone.

    Also, it looks like it's in a semi-zombie state. They even encourage to use other programs:

    > A simple CLI tool for ensuring that a given script runs continuously (i.e. forever). Note that this project currently fully depends on the community for implementing fixes and new features. For new installations we encourage you to use pm2 or nodemon

  • Set wallpaper without command prompt console popping up?
    5 projects | /r/node | 1 Apr 2021
    This is great but, I'd rather not have a console left open 24/7, so I decided to use the forever package to run my script in the background:
  • New to Web Development and Lost with Hosting
    1 project | /r/webdev | 4 Feb 2021
    To use at the same time multiple NodeJS servers you can use forever. I think you can do it without forever, using the normal NodeJS console, but I wasn't able to.

What are some alternatives?

When comparing Nodemon.io and forever you can also consider the following projects:

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

supervisor

Phusion Passenger - A fast and robust web server and application server for Ruby, Python and Node.js

supervisor - Supervisor process control system for Unix (supervisord)

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

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