Need advice about which tool to choose?Ask the StackShare community!
Add tool
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn MorePros of nodemon
Pros of PM2
Pros of nodemon
- Easy to use1
- It's lightweight1
Pros of PM2
- Reliable12
- Easy to manage9
- Easy to use3
Sign up to add or upvote prosMake informed product decisions
Cons of nodemon
Cons of PM2
Cons of nodemon
Be the first to leave a con
Cons of PM2
- Memory leak5
Sign up to add or upvote consMake informed product decisions
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).
What is PM2?
Production process manager for Node.js apps with a built-in load balancer
Need advice about which tool to choose?Ask the StackShare community!
What companies use nodemon?
What companies use PM2?
See which teams inside your own company are using nodemon or PM2.
Sign up for StackShare EnterpriseLearn MoreSign up to get full access to all the companiesMake informed product decisions
What tools integrate with nodemon?
What tools integrate with PM2?
What tools integrate with nodemon?
What tools integrate with PM2?
No integrations found
Blog Posts
What are some alternatives to nodemon and PM2?
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.
gulp
Build system automating tasks: minification and copying of all JavaScript files, static images. More capable of watching files to automatically rerun the task when a file changes.
Grunt
The less work you have to do when performing repetitive tasks like minification, compilation, unit testing, linting, etc, the easier your job becomes. After you've configured it, a task runner can do most of that mundane work for you—and your team—with basically zero effort.
LiveReload
LiveReload monitors changes in the file system. As soon as you save a file, it is preprocessed as needed, and the browser is refreshed.
Webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows to load parts for the application on demand. Through "loaders" modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.