Need advice about which tool to choose?Ask the StackShare community!

forever

89
115
+ 1
0
nodemon

1.6K
168
+ 1
2
Add tool

forever vs nodemon: What are the differences?

forever: A simple CLI tool. It is a simple CLI tool for ensuring that a given script runs continuously. It is used to keep the server alive even when the server crash/stops. When the server is stopped because of some error, exception, etc.it automatically restarts it; nodemon: A simple monitor script for use during development of a node.js app. It is an open source utility that will monitor for any changes in your source and automatically restart your server. It has a default support for node & coffeescript, but easy to run any executable (such as python, make, etc).

forever and nodemon are primarily classified as "Node.js Process Manager" and "node.js Application Monitoring" tools respectively.

forever and nodemon are both open source tools. nodemon with 18.7K GitHub stars and 1.24K forks on GitHub appears to be more popular than forever with 12.5K GitHub stars and 906 GitHub forks.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of forever
Pros of nodemon
    Be the first to leave a pro
    • 1
      Easy to use
    • 1
      It's lightweight

    Sign up to add or upvote prosMake informed product decisions

    - No public GitHub repository available -

    What is forever?

    It is a simple CLI tool for ensuring that a given script runs continuously. It is used to keep the server alive even when the server crash/stops. When the server is stopped because of some error, exception, etc.it automatically restarts it.

    What is nodemon?

    It is an open source utility that will monitor for any changes in your source and automatically restart your server. It has a default support for node & coffeescript, but easy to run any executable (such as python, make, etc).

    Need advice about which tool to choose?Ask the StackShare community!

    What companies use forever?
    What companies use nodemon?
    See which teams inside your own company are using forever or nodemon.
    Sign up for StackShare EnterpriseLearn More

    Sign up to get full access to all the companiesMake informed product decisions

    What tools integrate with forever?
    What tools integrate with nodemon?
    What are some alternatives to forever and nodemon?
    PM2
    Production process manager for Node.js apps with a built-in load balancer
    Infinity
    it is a flexible project management tool where you can organize your projects, structure your workflow, create tasklists, store files, make notes, while keeping your team communication in sync. It lets you create your own organization however you want. By giving users flexibility and capacity, Infinity helps teams to create process, track progress and make smarter decisions.
    Supervisord
    It allows its users to monitor and control a number of processes on UNIX-like operating systems. It shares some of the same goals of programs like launchd, daemontools, and runit. it is meant to be used to control processes related to a project or a customer, and is meant to start like any other program at boot time.
    See all alternatives