Have you ever thought, how ‘nodemon’ works internally? Let’s build our own ‘nodemon’ in under 10 minutes!

This page summarizes the projects mentioned and recommended in the original post on /r/node

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • monex

    Execute a script and restart it whenever it crashes or a watched file changes.

    This post resonates with me, considering that I've written kind of alternative to nodemon too recently: https://github.com/fabiospampinato/monex

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • watcher

    The file system watcher that strives for perfection, with no native dependencies and optional rename detection support. (by fabiospampinato)

    I haven't looked into memory usage in chokidar too much, but it'd guess it's just wasting a lot of memory keeping useless data out of Stats objects into memory. You can check out my filesystem watcher (https://github.com/fabiospampinato/watcher) to see how it only keeps in memory that bits that it needs.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • [AskJS] Best tool for given monorepo

    1 project | /r/javascript | 6 Dec 2023
  • I created a File Management Solution for the Browser powered by indexedDB (Node-like fs API for the browser)

    1 project | /r/reactjs | 24 Mar 2023
  • Turbowatch: Extremely fast file change detector and task orchestrator for Node.js

    2 projects | /r/node | 11 Mar 2023
  • Show HN: Turbowatch – fast file change detector for Node.js

    1 project | news.ycombinator.com | 11 Mar 2023
  • Use import maps in Deno with VSCode and Denon

    3 projects | dev.to | 9 Apr 2021

Did you konow that TypeScript is
the 2nd most popular programming language
based on number of metions?