- This repo contains example of 3 different types of streams in Node.js.
- Add larger file in text and video for better observation.
- Creates a stream to read data in chunks.
- Allows writing data in chunks to a destination.
- A duplex stream that modifies or transforms data while passing through.
- Connects streams together using
.pipe()
to pass data efficiently.
- Enables working with non-buffered objects in streams.