node.js - NodeJS: Best way to watch over files recusively? -


i'm writing cross-platform client file hosting service (something dropbox). i'm using node-webkit this.

so question is: best way realize cross-platform watching of file changes , how dropbox it? (maybe know?). nodes fs.watch method cannot watch on directory recursively. found chokidar library, doubt acceptably handle more 100k files. maybe can me?


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -