How you can monitor a file for modifications in Node.js? Technology Community › Category: Node.js › How you can monitor a file for modifications in Node.js? 0 Vote Up Vote Down VietMX Staff asked 4 years ago We can take advantage of File System watch() function which watches the changes of the file.