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

rdbms - what exactly the undo information lives in oracle? -

bash - How do you programmatically add a bats test? -

clojure - 'get' replacement that throws exception on not found? -