Continuous File Writing with Streams in Node.js
Presumably
fs.writeFile opens the file each time for writing—is there a way to open a file for writing and then write to it continuously in a stream or something?