In Node.js, there are 4 primary types of streams: readable, writable, transform, and duplex. In the previous article, we looked at the readable streams in detail.
Perhaps you've heard something about writable streams or even used them. But there is a...