Skip to content

This repo contains way too basic example of 3 most used streams-> readable,writable and transform

Notifications You must be signed in to change notification settings

RanitJana/Node-streams

Repository files navigation

Node.js Streams

  • This repo contains example of 3 different types of streams in Node.js.
  • Add larger file in text and video for better observation.

1. Readable Stream

  • Creates a stream to read data in chunks.

2. Writable Stream

  • Allows writing data in chunks to a destination.

3. Transform Stream

  • A duplex stream that modifies or transforms data while passing through.

Piping Streams

  • Connects streams together using .pipe() to pass data efficiently.

Handling Object Mode

  • Enables working with non-buffered objects in streams.

About

This repo contains way too basic example of 3 most used streams-> readable,writable and transform

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published