Closed
Description
Hey. You are currently using sane for file watching. How about using chokidar?
- Community:
- Bugs:
- Chokidar is obviously more tested in real-world applications - we have a solid track of 24m+ stable releases. We are not aware of any "node watch bugs" you mention on the web site — with correct implementation. Chokidar also has huge test coverage.
- Speed:
- With Chokidar, you may use our fastest available polling for OSX with FSEvents. Sane also uses FSevents, but through child_process. This is NOT fast and also error-prone. Chokidar uses FSevents with native calls.
I know that Sane is made by facebook dude, but how about trying more stable & robust solution?