This repository contains notes from the Node Streams workshop.
- able to process large amounts of data without hitting memory limits
- able to start processing data while loading it
- Event emitters
- Reading streams
- Piping streams
- Transform streams
- Working with promises
- Filtering
- Line processing
- Writing streams and backpressure
- Error handling