peek-stream
Data parser
Transforms data streams to pause processing before parsing
Transform stream that lets you peek the first line before deciding how to parse it
56 stars
4 watching
5 forks
Language: JavaScript
last commit: over 1 year ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mafintosh/tar-stream | A streaming tar parser and generator for JavaScript applications | 413 |
mafintosh/ansi-diff-stream | Transforms input buffers into an ANSI-formatted diff stream | 108 |
mafintosh/csv-parser | A high-performance streaming CSV parser for Node.js | 1,420 |
mafintosh/torrent-stream | A Node.js module providing low-level streaming access to torrent files | 1,952 |
mafintosh/hyperfilter | A lightweight filter function for distributed streams of data | 33 |
mafintosh/pumpify | Combines multiple streams into a single stream for pipelining and error handling | 256 |
mafintosh/duplexify | Turns a writable and readable stream into a single streams2 duplex stream with support for async initialization and input from both streams1 and streams2. | 191 |
mafintosh/pump | Pipes multiple streams together and destroys them when one closes | 908 |
mafintosh/ip-packet | Tools for working with IP packets in JavaScript. | 42 |
mafintosh/read-torrent | A JavaScript library to read and parse torrent files or magnet URIs, providing access to metadata and other information about the torrent. | 73 |
mafintosh/peercast | Enables peer-to-peer streaming of torrented video content to Chromecast devices | 515 |
mafintosh/merkle-tree-stream | A JavaScript module generating a Merkle tree from incoming data | 103 |
mafintosh/deejay | Enables real-time music broadcasting across a local network | 126 |
mafintosh/download-m3u8 | Downloads m3u8 playlists and recursively fetches linked assets | 41 |
mafintosh/peervision | A peer-to-peer streaming protocol using elliptic curve cryptography and Merkle trees. | 97 |