Streamy Classes with Node and ES2015
I really like node streams. They’re everywhere in node, and they can be really efficient because you’re only dealing with small chunks of data at a time. You can use streams to read/write files, transform data, etc. The