Detect when a file changed in OS X in node.js. The FS Method watch ( http://nodejs.org/docs/latest/api/fs.html#fs_fs_watch_filename_options_listener ) has some limitations (it has to open a file per each file and the UNIX systems have some limits).
Detect when a file changed in OS X in node.js. The FS Method watch ( http://nodejs.org/docs/latest/api/fs.html#fs_fs_watch_filename_options_listener ) has some limitations (it has to open a file per each file and the UNIX systems have some limits).