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

nodemon

1.8K
187
+ 1
2
Nodetime

4
8
+ 1
4
Add tool

nodemon vs Nodetime: What are the differences?

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); Nodetime: Performance Profiler and Monitor for Node.js Applications. Nodetime is an application performance management toolset in the cloud - an all-round solution for performance monitoring, optimization and troubleshooting.

nodemon and Nodetime can be categorized as "node.js Application Monitoring" tools.

nodemon is an open source tool with 18.7K GitHub stars and 1.24K GitHub forks. Here's a link to nodemon's open source repository on GitHub.

Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of nodemon
Pros of Nodetime
  • 1
    Easy to use
  • 1
    It's lightweight
  • 2
    Easy setup
  • 2
    Powerful

Sign up to add or upvote prosMake informed product decisions

- No public GitHub repository available -

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 Nodetime?

Nodetime is an application performance management toolset in the cloud - an all-round solution for performance monitoring, optimization and troubleshooting.

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

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

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

What tools integrate with nodemon?
What tools integrate with Nodetime?
What are some alternatives to nodemon and Nodetime?
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.
PM2
Production process manager for Node.js apps with a built-in load balancer
See all alternatives