13 projects
nodemon
A utility tool that monitors changes in Node.js applications and automatically restarts the server when file changes are detected, making development more efficient by eliminating manual restarts
3,691
1,333
$208K
Gulp
A toolkit to automate & enhance your workflow
3,399
1,255
$144K
BrowserSync
BrowserSync is a development tool that synchronizes file changes and interactions across multiple browsers and devices in real-time, enabling faster web development workflow through features like auto-reload, interaction mirroring, and remote debugging
3,039
939
$3.5M
Watchman
Watchman is a file watching service that monitors directories for changes and triggers actions in response. It provides an efficient way to track file system modifications and is commonly used in development workflows for tasks like triggering builds or reloading applications when source files change.
2,003
514
$15M
Chokidar
Chokidar is a minimal and efficient cross-platform file watching library for Node.js that provides a consistent interface for monitoring file system changes, handling file system events like add, change, and unlink with better performance and reliability than Node's built-in fs.watch/watchFile.
1,550
576
$103K
Watchdog
Watchdog is a Python library that monitors filesystem events by watching directories and files for changes. It provides a cross-platform API to detect file system events like creation, modification, and deletion of files and directories in real-time.
1,235
413
$373K
Guard
Guard is a command line tool to easily handle events on file system modifications.
967
382
$253K
fsnotify
A cross-platform file system event notification library that provides a consistent interface for monitoring file system changes (create, modify, delete, rename) across different operating systems like Linux, macOS, and Windows
757
300
$194K
Listen
The Listen gem listens to file modifications and notifies you about the changes.
574
234
$179K
watchfiles
Simple, modern and fast file watching and code reload in Python.
258
107
$110K
Watcher
๐ A native C++ Node module for querying and subscribing to filesystem events
Watchpack
Wrapper library for directory and file watching.
glob-stream
Readable streamx interface over anymatch.