Skip to content

Instantly share code, notes, and snippets.

View bjarnagin's full-sized avatar

Billy Jarnagin bjarnagin

  • Los Angeles, CA
View GitHub Profile
@joyrexus
joyrexus / README.md
Last active August 21, 2023 16:59
Node.js streams demystified

A quick overview of the node.js streams interface with basic examples.

This is based on @brycebaril's presentation, Node.js Streams2 Demystified

Overview

Streams are a first-class construct in Node.js for handling data.

Think of them as as lazy evaluation applied to data.