duplexpair
Make a full duplex stream with 2 Duplex endpoints
Make a full duplex stream with 2 Duplex endpoints
Wraps a duplex stream and hides the readable or the writable interface
like a passthrough, but in both directions
Transforms and other streaming helpers
Streaming Transform of objects via JSON.stringify
A fast way to split concatenated JSON data into individual chunks
Simple duplex stream based binary RPC module for well defined services and methods
A Duplex stream which discards all chunks passed through
A duplex stream wrapper for msgpack5
Create a duplex stream from a writable and a readable
Multiplexing of streams
A module for calling out to the F# Interactive command capturing stdin and stdout as a duplex stream
Similar to stream-pair, but with sockets with real fds. A workaround for https://github.com/nodejs/node/issues/12716
Node stream multiplexing with back-pressure on each stream
A stream whose contents can be played back many times
Promise wrapper for child_process.exec.
Readable stream to send a string, Writable stream to gather a string, or both.
Combine a readable and writable stream into a duplex stream
duplex stream interface to storm
A simple psuedo stream that captures and stores the data that is piped through it