Using Streams — Readable, Writable, Transform Streams and Flow Control
This is the fifth article from a new series about Node.js. In the past article we covered the Event Emitter, which is a convenient pattern for getting notifications of complex state changes in a decoupled…