Node.js file streams explained!

added by JavaScript Kicks
5/21/2019 7:18:25 AM

730 Views

In today's post, we're continuing the discovery of Node.js ( v10.15.3 LTS) APIs! Last time, we've discussed the File System (FS) API used to read and write files, but not all of it. We haven't yet talked about quite a few things, including streams, which present a great, alternative way of reading and writing data.


0 comments