You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
kqueue sucks: it doesn't provide filename on os x etc.
Let's turn that around. FSEvents sucks: it doesn't let you watch individual files. A hybrid approach would be susceptible to race conditions.
kqueue vs. FSEvents has been discussed a couple of times. The current consensus is that the pro's don't outweigh the cons (and that all file event APIs suck). We may revisit it some time in the future.
inotify is a great and fast library for watching file system changes on Linux. Though, it doesn't work on macs.
Mac OS X 10.5+ has built-in support of very similar technology, called FSEvents.
I propose to add its support to node.
The text was updated successfully, but these errors were encountered: