I\'m currently using a script in nodeJS to monitor a directory (and it\'s sub directories), and do some function once a file has been placed there. In reality, this would be an
Sounds like you want a wrapper around FAM or inotify. Maybe something like node-inotify-plusplus would work for you.