Effect CommunityEC
Effect Community17mo ago
8 replies
Jonathan Clem

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?
Was this page helpful?