duplexify
Stream duplicator
Turns a writable and readable stream into a single streams2 duplex stream with support for async initialization and input from both streams1 and streams2.
Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input
191 stars
7 watching
36 forks
Language: JavaScript
last commit: 5 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafintosh/pumpify | Combines multiple streams into a single stream for pipelining and error handling | 256 |
mafintosh/ansi-diff-stream | Transforms input buffers into an ANSI-formatted diff stream | 108 |
mafintosh/peek-stream | Transforms data streams to pause processing before parsing | 56 |
mafintosh/pump | Pipes multiple streams together and destroys them when one closes | 908 |
mafintosh/tar-stream | A streaming tar parser and generator for JavaScript applications | 413 |
mafintosh/torrent-stream | A Node.js module providing low-level streaming access to torrent files | 1,952 |
mafintosh/deejay | Enables real-time music broadcasting across a local network | 126 |
mafintosh/hyperfilter | A lightweight filter function for distributed streams of data | 33 |
mafintosh/peercast | Enables peer-to-peer streaming of torrented video content to Chromecast devices | 515 |
mafintosh/csv-parser | A high-performance streaming CSV parser for Node.js | 1,420 |
mafintosh/merkle-tree-stream | A JavaScript module generating a Merkle tree from incoming data | 103 |
feross/multistream | Combines multiple streams into one, where each stream is emitted after the previous one is consumed. | 288 |
mafintosh/hyperpipe | Distributes input/output operations between multiple systems using a key-based architecture. | 119 |
mafintosh/hyperirc | Reads IRC logs from a hypercore append-only log | 70 |
mafintosh/torrent-mount | Creates a virtual filesystem for real-time torrent access | 1,406 |