Watcher Alternatives
Similar projects and alternatives to watcher based on common topics and language
-
-
output-files
Output a tree of files and directories by providing an object. Especially useful for testing with real files.
-
Appwrite
Appwrite - The open-source backend cloud platform. Add Auth, Databases, Functions, and Storage to your product and build any application at any scale while using your preferred coding languages and tools.
-
monex
Execute a script and restart it whenever it crashes or a watched file changes.
-
-
-
InfluxDB
Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.
watcher reviews and mentions
-
Have you ever thought, how ‘nodemon’ works internally? Let’s build our own ‘nodemon’ in under 10 minutes!
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.
Stats
fabiospampinato/watcher is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of watcher is JavaScript.