Alternatives to nodemon logo

Alternatives to nodemon

forever, gulp, Grunt, LiveReload, and PM2 are the most popular alternatives and competitors to nodemon.
2K
193
+ 1
2

What is nodemon and what are its top alternatives?

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).
nodemon is a tool in the node.js Application Monitoring category of a tech stack.
nodemon is an open source tool with 26.4K GitHub stars and 1.7K GitHub forks. Here鈥檚 a link to nodemon's open source repository on GitHub

Top Alternatives to nodemon

  • forever
    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
    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
    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鈥攁nd your team鈥攚ith basically zero effort. ...

  • LiveReload
    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
    PM2

    Production process manager for Node.js apps with a built-in load balancer

  • Webpack
    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. ...

  • New Relic
    New Relic

    The world鈥檚 best software and DevOps teams rely on New Relic to move faster, make better decisions and create best-in-class digital experiences. If you run software, you need to run New Relic. More than 50% of the Fortune 100 do too. ...

  • Kibana
    Kibana

    Kibana is an open source (Apache Licensed), browser based analytics and search dashboard for Elasticsearch. Kibana is a snap to setup and start using. Kibana strives to be easy to get started with, while also being flexible and powerful, just like Elasticsearch. ...

nodemon alternatives & related posts

forever logo

forever

95
0
A simple CLI tool
95
0
PROS OF FOREVER
    Be the first to leave a pro
    CONS OF FOREVER
      Be the first to leave a con

      related forever posts

      gulp logo

      gulp

      14.2K
      1.7K
      The streaming build system
      14.2K
      1.7K
      PROS OF GULP
      • 451
        Build speed
      • 277
        Readable
      • 244
        Code-over-configuration
      • 210
        Open source
      • 175
        Node streams
      • 107
        Intuitive
      • 83
        Lots of plugins
      • 66
        Works great with browserify
      • 45
        Easy to Learn
      • 17
        Laravel-elixir
      • 4
        build workflow
      • 3
        Simple & flexible
      • 3
        Great community
      • 2
        Stylus intergration
      • 2
        Clean Code
      • 2
        jade intergration
      • 0
        Well documented
      CONS OF GULP
        Be the first to leave a con

        related gulp posts

        In 2014, PagerDuty struggled with safely releasing reliable mobile applications to users due to some issues with how the code was being packaged and handled.

        PagerDuty鈥檚 mobile apps are hybrid and used Cordova to share code between platforms. Coding was straightforward but packaging was not, as a separated Gulp-based build process was also being used. The PagerDuty team took a page from Java and started creating software artifacts.

        Rather than checking in transformed code or publishing modules to NPM, the team started creating zipped-up build artifacts, which coincided perfectly with GitHub's Releases feature which arrived in 2013. So despite JavaScript lacking a standard packaged app format like a JAR, PagerDuty was still able to improve the build times and sizes of their mobile apps.

        See more
        Omid Farhang
        Sr. Full Stack Developer | 12 upvotes 路 149K views

        Developing static sites like a landing page for mobile app or just a personal resume using HTML5 and Bootstrap is a lot fun when you are using build tools like gulp . I made a personal resume using above tools and published them on GitHub Pages. It was fast and easy, Thanks to GitHub for the free service. All the JavaScript codes worked perfectly after being concat and minified and uglified by gulp and running perfectly on GitHub Pages. gulp created sitemap and inserted Google Analytics code into all pages and saved about 30% of images size by compressing them during build.

        See more
        Grunt logo

        Grunt

        8.3K
        697
        The JavaScript Task Runner
        8.3K
        697
        PROS OF GRUNT
        • 288
          Configuration
        • 176
          Open source
        • 166
          Automation of minification and live reload
        • 60
          Great community
        • 7
          SASS compilation
        CONS OF GRUNT
        • 1
          Poor mindshare/community support

        related Grunt posts

        Gustavo Mu帽oz
        Senior Software Engineer at JOOR | 4 upvotes 路 941.8K views
        Shared insights
        on
        WebpackWebpackGruntGruntgulpgulpParcelParcel

        Using Webpack is one of the best decision ever. I have used to Grunt and gulp previously, but the experience is not the same, and despite I know there are other bundlers like Parcel, Webpack gives me the perfect balance between automatization and configuration. The ecosystem of tools and loaders is amazing, and with WebPack #merge, you can modularize your build and define standard pieces to assemble different build configurations. I don't like processes where you cannot see their guts, and you have to trust in magic a little bit too much for my taste. But also I don't want to reinvent the wheel and lose too much time configuring my build processes. And of course, I love #WebPackDevServer and hot reloading.

        See more
        LiveReload logo

        LiveReload

        402
        8
        CSS edits and image changes apply live. CoffeeScript, SASS, LESS and others just work.
        402
        8
        PROS OF LIVERELOAD
        • 4
          Lightweight, Gulp support
        • 2
          Reliable
        • 1
          Stable in Chrome
        • 1
          More stable on windows
        CONS OF LIVERELOAD
          Be the first to leave a con

          related LiveReload posts

          PM2 logo

          PM2

          486
          24
          Ease-to-use Node.js process manager, like forever
          486
          24
          PROS OF PM2
          • 12
            Reliable
          • 9
            Easy to manage
          • 3
            Easy to use
          CONS OF PM2
          • 7
            Memory leak

          related PM2 posts

          Webpack logo

          Webpack

          40.7K
          752
          A bundler for javascript and friends
          40.7K
          752
          PROS OF WEBPACK
          • 309
            Most powerful bundler
          • 182
            Built-in dev server with livereload
          • 142
            Can handle all types of assets
          • 87
            Easy configuration
          • 22
            Laravel-mix
          • 4
            Overengineered, Underdeveloped
          • 2
            Makes it easy to bundle static assets
          • 2
            Webpack-Encore
          • 1
            Redundant
          • 1
            Better support in Browser Dev-Tools
          CONS OF WEBPACK
          • 15
            Hard to configure
          • 5
            No clear direction
          • 2
            Spaghetti-Code out of the box
          • 2
            SystemJS integration is quite lackluster
          • 2
            Loader architecture is quite a mess (unreliable/buggy)
          • 2
            Fire and Forget mentality of Core-Developers

          related Webpack posts

          Russel Werner
          Lead Engineer at StackShare | 32 upvotes 路 2.8M views

          StackShare Feed is built entirely with React, Glamorous, and Apollo. One of our objectives with the public launch of the Feed was to enable a Server-side rendered (SSR) experience for our organic search traffic. When you visit the StackShare Feed, and you aren't logged in, you are delivered the Trending feed experience. We use an in-house Node.js rendering microservice to generate this HTML. This microservice needs to run and serve requests independent of our Rails web app. Up until recently, we had a mono-repo with our Rails and React code living happily together and all served from the same web process. In order to deploy our SSR app into a Heroku environment, we needed to split out our front-end application into a separate repo in GitHub. The driving factor in this decision was mostly due to limitations imposed by Heroku specifically with how processes can't communicate with each other. A new SSR app was created in Heroku and linked directly to the frontend repo so it stays in-sync with changes.

          Related to this, we need a way to "deploy" our frontend changes to various server environments without building & releasing the entire Ruby application. We built a hybrid Amazon S3 Amazon CloudFront solution to host our Webpack bundles. A new CircleCI script builds the bundles and uploads them to S3. The final step in our rollout is to update some keys in Redis so our Rails app knows which bundles to serve. The result of these efforts were significant. Our frontend team now moves independently of our backend team, our build & release process takes only a few minutes, we are now using an edge CDN to serve JS assets, and we have pre-rendered React pages!

          #StackDecisionsLaunch #SSR #Microservices #FrontEndRepoSplit

          See more
          Jonathan Pugh
          Software Engineer / Project Manager / Technical Architect | 25 upvotes 路 3M views

          I needed to choose a full stack of tools for cross platform mobile application design & development. After much research and trying different tools, these are what I came up with that work for me today:

          For the client coding I chose Framework7 because of its performance, easy learning curve, and very well designed, beautiful UI widgets. I think it's perfect for solo development or small teams. I didn't like React Native. It felt heavy to me and rigid. Framework7 allows the use of #CSS3, which I think is the best technology to come out of the #WWW movement. No other tech has been able to allow designers and developers to develop such flexible, high performance, customisable user interface elements that are highly responsive and hardware accelerated before. Now #CSS3 includes variables and flexboxes it is truly a powerful language and there is no longer a need for preprocessors such as #SCSS / #Sass / #less. React Native contains a very limited interpretation of #CSS3 which I found very frustrating after using #CSS3 for some years already and knowing its powerful features. The other very nice feature of Framework7 is that you can even build for the browser if you want your app to be available for desktop web browsers. The latest release also includes the ability to build for #Electron so you can have MacOS, Windows and Linux desktop apps. This is not possible with React Native yet.

          Framework7 runs on top of Apache Cordova. Cordova and webviews have been slated as being slow in the past. Having a game developer background I found the tweeks to make it run as smooth as silk. One of those tweeks is to use WKWebView. Another important one was using srcset on images.

          I use #Template7 for the for the templating system which is a no-nonsense mobile-centric #HandleBars style extensible templating system. It's easy to write custom helpers for, is fast and has a small footprint. I'm not forced into a new paradigm or learning some new syntax. It operates with standard JavaScript, HTML5 and CSS 3. It's written by the developer of Framework7 and so dovetails with it as expected.

          I configured TypeScript to work with the latest version of Framework7. I consider TypeScript to be one of the best creations to come out of Microsoft in some time. They must have an amazing team working on it. It's very powerful and flexible. It helps you catch a lot of bugs and also provides code completion in supporting IDEs. So for my IDE I use Visual Studio Code which is a blazingly fast and silky smooth editor that integrates seamlessly with TypeScript for the ultimate type checking setup (both products are produced by Microsoft).

          I use Webpack and Babel to compile the JavaScript. TypeScript can compile to JavaScript directly but Babel offers a few more options and polyfills so you can use the latest (and even prerelease) JavaScript features today and compile to be backwards compatible with virtually any browser. My favorite recent addition is "optional chaining" which greatly simplifies and increases readability of a number of sections of my code dealing with getting and setting data in nested objects.

          I use some Ruby scripts to process images with ImageMagick and pngquant to optimise for size and even auto insert responsive image code into the HTML5. Ruby is the ultimate cross platform scripting language. Even as your scripts become large, Ruby allows you to refactor your code easily and make it Object Oriented if necessary. I find it the quickest and easiest way to maintain certain aspects of my build process.

          For the user interface design and prototyping I use Figma. Figma has an almost identical user interface to #Sketch but has the added advantage of being cross platform (MacOS and Windows). Its real-time collaboration features are outstanding and I use them a often as I work mostly on remote projects. Clients can collaborate in real-time and see changes I make as I make them. The clickable prototyping features in Figma are also very well designed and mean I can send clickable prototypes to clients to try user interface updates as they are made and get immediate feedback. I'm currently also evaluating the latest version of #AdobeXD as an alternative to Figma as it has the very cool auto-animate feature. It doesn't have real-time collaboration yet, but I heard it is proposed for 2019.

          For the UI icons I use Font Awesome Pro. They have the largest selection and best looking icons you can find on the internet with several variations in styles so you can find most of the icons you want for standard projects.

          For the backend I was using the #GraphCool Framework. As I later found out, #GraphQL still has some way to go in order to provide the full power of a mature graph query language so later in my project I ripped out #GraphCool and replaced it with CouchDB and Pouchdb. Primarily so I could provide good offline app support. CouchDB with Pouchdb is very flexible and efficient combination and overcomes some of the restrictions I found in #GraphQL and hence #GraphCool also. The most impressive and important feature of CouchDB is its replication. You can configure it in various ways for backups, fault tolerance, caching or conditional merging of databases. CouchDB and Pouchdb even supports storing, retrieving and serving binary or image data or other mime types. This removes a level of complexity usually present in database implementations where binary or image data is usually referenced through an #HTML5 link. With CouchDB and Pouchdb apps can operate offline and sync later, very efficiently, when the network connection is good.

          I use PhoneGap when testing the app. It auto-reloads your app when its code is changed and you can also install it on Android phones to preview your app instantly. iOS is a bit more tricky cause of Apple's policies so it's not available on the App Store, but you can build it and install it yourself to your device.

          So that's my latest mobile stack. What tools do you use? Have you tried these ones?

          See more
          New Relic logo

          New Relic

          20.8K
          1.9K
          New Relic is the industry鈥檚 largest and most comprehensive cloud-based observability platform.
          20.8K
          1.9K
          PROS OF NEW RELIC
          • 415
            Easy setup
          • 344
            Really powerful
          • 245
            Awesome visualization
          • 194
            Ease of use
          • 151
            Great ui
          • 106
            Free tier
          • 80
            Great tool for insights
          • 66
            Heroku Integration
          • 55
            Market leader
          • 49
            Peace of mind
          • 21
            Push notifications
          • 20
            Email notifications
          • 17
            Heroku Add-on
          • 16
            Error Detection and Alerting
          • 13
            Multiple language support
          • 11
            SQL Analysis
          • 11
            Server Resources Monitoring
          • 9
            Transaction Tracing
          • 8
            Apdex Scores
          • 8
            Azure Add-on
          • 7
            Analysis of CPU, Disk, Memory, and Network
          • 7
            Detailed reports
          • 6
            Performance of External Services
          • 6
            Error Analysis
          • 6
            Application Availability Monitoring and Alerting
          • 6
            Application Response Times
          • 5
            Most Time Consuming Transactions
          • 5
            JVM Performance Analyzer (Java)
          • 4
            Browser Transaction Tracing
          • 4
            Top Database Operations
          • 4
            Easy to use
          • 3
            Application Map
          • 3
            Weekly Performance Email
          • 3
            Pagoda Box integration
          • 3
            Custom Dashboards
          • 2
            Easy to setup
          • 2
            Background Jobs Transaction Analysis
          • 2
            App Speed Index
          • 1
            Super Expensive
          • 1
            Team Collaboration Tools
          • 1
            Metric Data Retention
          • 1
            Metric Data Resolution
          • 1
            Worst Transactions by User Dissatisfaction
          • 1
            Real User Monitoring Overview
          • 1
            Real User Monitoring Analysis and Breakdown
          • 1
            Time Comparisons
          • 1
            Access to Performance Data API
          • 1
            Incident Detection and Alerting
          • 1
            Best of the best, what more can you ask for
          • 1
            Best monitoring on the market
          • 1
            Rails integration
          • 1
            Free
          • 0
            Proce
          • 0
            Price
          • 0
            Exceptions
          • 0
            Cost
          CONS OF NEW RELIC
          • 20
            Pricing model doesn't suit microservices
          • 10
            UI isn't great
          • 7
            Expensive
          • 7
            Visualizations aren't very helpful
          • 5
            Hard to understand why things in your app are breaking

          related New Relic posts

          Farzeem Diamond Jiwani
          Software Engineer at IVP | 8 upvotes 路 1.5M views

          Hey there! We are looking at Datadog, Dynatrace, AppDynamics, and New Relic as options for our web application monitoring.

          Current Environment: .NET Core Web app hosted on Microsoft IIS

          Future Environment: Web app will be hosted on Microsoft Azure

          Tech Stacks: IIS, RabbitMQ, Redis, Microsoft SQL Server

          Requirement: Infra Monitoring, APM, Real - User Monitoring (User activity monitoring i.e., time spent on a page, most active page, etc.), Service Tracing, Root Cause Analysis, and Centralized Log Management.

          Please advise on the above. Thanks!

          See more
          Shared insights
          on
          New RelicNew RelicKibanaKibana

          I need to choose a monitoring tool for my project, but currently, my application doesn't have much load or many users. My application is not generating GBs of data. We don't want to send the user information to New Relic because it's a 3rd party tool. And we can deploy Kibana locally on our server. What should I use, Kibana or New Relic?

          See more
          Kibana logo

          Kibana

          20.4K
          262
          Visualize your Elasticsearch data and navigate the Elastic Stack
          20.4K
          262
          PROS OF KIBANA
          • 88
            Easy to setup
          • 65
            Free
          • 45
            Can search text
          • 21
            Has pie chart
          • 13
            X-axis is not restricted to timestamp
          • 9
            Easy queries and is a good way to view logs
          • 6
            Supports Plugins
          • 4
            Dev Tools
          • 3
            More "user-friendly"
          • 3
            Can build dashboards
          • 2
            Out-of-Box Dashboards/Analytics for Metrics/Heartbeat
          • 2
            Easy to drill-down
          • 1
            Up and running
          CONS OF KIBANA
          • 7
            Unintuituve
          • 4
            Works on top of elastic only
          • 4
            Elasticsearch is huge
          • 3
            Hardweight UI

          related Kibana posts

          Tymoteusz Paul
          Devops guy at X20X Development LTD | 23 upvotes 路 9.8M views

          Often enough I have to explain my way of going about setting up a CI/CD pipeline with multiple deployment platforms. Since I am a bit tired of yapping the same every single time, I've decided to write it up and share with the world this way, and send people to read it instead ;). I will explain it on "live-example" of how the Rome got built, basing that current methodology exists only of readme.md and wishes of good luck (as it usually is ;)).

          It always starts with an app, whatever it may be and reading the readmes available while Vagrant and VirtualBox is installing and updating. Following that is the first hurdle to go over - convert all the instruction/scripts into Ansible playbook(s), and only stopping when doing a clear vagrant up or vagrant reload we will have a fully working environment. As our Vagrant environment is now functional, it's time to break it! This is the moment to look for how things can be done better (too rigid/too lose versioning? Sloppy environment setup?) and replace them with the right way to do stuff, one that won't bite us in the backside. This is the point, and the best opportunity, to upcycle the existing way of doing dev environment to produce a proper, production-grade product.

          I should probably digress here for a moment and explain why. I firmly believe that the way you deploy production is the same way you should deploy develop, shy of few debugging-friendly setting. This way you avoid the discrepancy between how production work vs how development works, which almost always causes major pains in the back of the neck, and with use of proper tools should mean no more work for the developers. That's why we start with Vagrant as developer boxes should be as easy as vagrant up, but the meat of our product lies in Ansible which will do meat of the work and can be applied to almost anything: AWS, bare metal, docker, LXC, in open net, behind vpn - you name it.

          We must also give proper consideration to monitoring and logging hoovering at this point. My generic answer here is to grab Elasticsearch, Kibana, and Logstash. While for different use cases there may be better solutions, this one is well battle-tested, performs reasonably and is very easy to scale both vertically (within some limits) and horizontally. Logstash rules are easy to write and are well supported in maintenance through Ansible, which as I've mentioned earlier, are at the very core of things, and creating triggers/reports and alerts based on Elastic and Kibana is generally a breeze, including some quite complex aggregations.

          If we are happy with the state of the Ansible it's time to move on and put all those roles and playbooks to work. Namely, we need something to manage our CI/CD pipelines. For me, the choice is obvious: TeamCity. It's modern, robust and unlike most of the light-weight alternatives, it's transparent. What I mean by that is that it doesn't tell you how to do things, doesn't limit your ways to deploy, or test, or package for that matter. Instead, it provides a developer-friendly and rich playground for your pipelines. You can do most the same with Jenkins, but it has a quite dated look and feel to it, while also missing some key functionality that must be brought in via plugins (like quality REST API which comes built-in with TeamCity). It also comes with all the common-handy plugins like Slack or Apache Maven integration.

          The exact flow between CI and CD varies too greatly from one application to another to describe, so I will outline a few rules that guide me in it: 1. Make build steps as small as possible. This way when something breaks, we know exactly where, without needing to dig and root around. 2. All security credentials besides development environment must be sources from individual Vault instances. Keys to those containers should exist only on the CI/CD box and accessible by a few people (the less the better). This is pretty self-explanatory, as anything besides dev may contain sensitive data and, at times, be public-facing. Because of that appropriate security must be present. TeamCity shines in this department with excellent secrets-management. 3. Every part of the build chain shall consume and produce artifacts. If it creates nothing, it likely shouldn't be its own build. This way if any issue shows up with any environment or version, all developer has to do it is grab appropriate artifacts to reproduce the issue locally. 4. Deployment builds should be directly tied to specific Git branches/tags. This enables much easier tracking of what caused an issue, including automated identifying and tagging the author (nothing like automated regression testing!).

          Speaking of deployments, I generally try to keep it simple but also with a close eye on the wallet. Because of that, I am more than happy with AWS or another cloud provider, but also constantly peeking at the loads and do we get the value of what we are paying for. Often enough the pattern of use is not constantly erratic, but rather has a firm baseline which could be migrated away from the cloud and into bare metal boxes. That is another part where this approach strongly triumphs over the common Docker and CircleCI setup, where you are very much tied in to use cloud providers and getting out is expensive. Here to embrace bare-metal hosting all you need is a help of some container-based self-hosting software, my personal preference is with Proxmox and LXC. Following that all you must write are ansible scripts to manage hardware of Proxmox, similar way as you do for Amazon EC2 (ansible supports both greatly) and you are good to go. One does not exclude another, quite the opposite, as they can live in great synergy and cut your costs dramatically (the heavier your base load, the bigger the savings) while providing production-grade resiliency.

          See more
          Tassanai Singprom

          This is my stack in Application & Data

          JavaScript PHP HTML5 jQuery Redis Amazon EC2 Ubuntu Sass Vue.js Firebase Laravel Lumen Amazon RDS GraphQL MariaDB

          My Utilities Tools

          Google Analytics Postman Elasticsearch

          My Devops Tools

          Git GitHub GitLab npm Visual Studio Code Kibana Sentry BrowserStack

          My Business Tools

          Slack

          See more