Here we go again! I’m doing another Node module deep-dive on the ol’ bloggity blog today. I figured I would dive into the WriteableStreams object. WriteableStreams expose methods that allow you to write to a stream. They expose multiple events like close, drain, and pipe and several functions like cork, end, and write. Before I dive into the WriteableStream object, it helps to provide a quick primer on the concept of streams.