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
Post a Comment