APIActive

Node.js Stream API

Node.js built-in stream module for handling streaming data with readable, writable, duplex and transform streams.

Open source page ↗

Product features

Product features

API for stream consumers #

Buffering #

Node.js v26.7.0 documentation

Object mode #

Organization of this document #

Stream #

stream.finished(stream[, options]) #

stream.pipeline(source[, ...transforms], destination[, options]) #

stream.pipeline(streams[, options]) #

Streams Promises API #

Types of streams #

Writable streams #