Node.js Streams

GPTKB entity

Statements (41)
Predicate Object
gptkbp:instanceOf gptkb:REST_API
gptkbp:API asynchronous
gptkbp:backpressure handled
gptkbp:buffering supported
gptkbp:canBe paused
piped
resumed
gptkbp:coreModule gptkb:stream
gptkbp:documentation https://nodejs.org/api/stream.html
gptkbp:enables processing data piece by piece
gptkbp:eventEmitter true
gptkbp:hasEvent gptkb:center
end
data
error
readable
gptkbp:hasMethod pipe
resume
pause
on
destroy
unpipe
https://www.w3.org/2000/01/rdf-schema#label Node.js Streams
gptkbp:introducedIn gptkb:Node.js
gptkbp:license gptkb:MIT
gptkbp:mayInclude gptkb:Duplex
Transform
Readable
Writable
gptkbp:supports duplex streams
readable streams
transform streams
writable streams
gptkbp:usedFor handling streaming data
gptkbp:usedIn compression
network communication
file I/O
HTTP requests and responses
crypto operations
gptkbp:bfsParent gptkb:Web_Streams
gptkbp:bfsLayer 7