Buffer List: collect buffers and access with a standard readable Buffer interface, streamable too!
☆439Mar 6, 2026Updated 2 weeks ago
Alternatives and similar repositories for bl
Users that are interested in bl are comparing it to the libraries listed below
Sorting:
- A through2 to create an Array.prototype.map analog for streams.☆70Feb 28, 2026Updated 3 weeks ago
- writable stream that concatenates strings or data and calls a callback with the result☆577Jun 23, 2021Updated 4 years ago
- Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"☆132Jun 11, 2019Updated 6 years ago
- Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input☆194Jun 14, 2024Updated last year
- A write stream constructor that supports a flush function that is called before finish is emitted☆33Jun 14, 2024Updated last year
- Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise☆1,905Nov 22, 2022Updated 3 years ago
- Delay the evaluation of a paramless async function and cache the result☆96Jun 14, 2024Updated last year
- Converts a flat tree to a string☆14Oct 23, 2024Updated last year
- through stream that buffers streams into batches limited by a cumulative byte size limit☆22Apr 6, 2023Updated 2 years ago
- A run-length-encoder that compresses bitfields.☆16Aug 20, 2018Updated 7 years ago
- Get an ArrayBuffer from a Buffer as fast as possible☆20Jul 9, 2021Updated 4 years ago
- Parse and stringify mdns service types☆15Jul 16, 2017Updated 8 years ago
- Iterate all the data in a stream☆38Jul 30, 2018Updated 7 years ago
- Combine an array of streams into a single duplex stream using pump and duplexify☆256Jun 14, 2024Updated last year
- Like duplexer (http://npm.im/duplexer) but using streams2☆71Apr 24, 2020Updated 5 years ago
- Generate a diff friendly string that is bounded by a configurable scroll box☆18Dec 29, 2017Updated 8 years ago
- A collection of useful stream utility modules for writing better code using streams☆1,088Jun 6, 2020Updated 5 years ago
- Low level bit encoder for buffers☆17Aug 6, 2016Updated 9 years ago
- Simple RPC with Protobuf Services☆25Jul 16, 2020Updated 5 years ago
- Node-core streams for userland☆1,045Jan 7, 2025Updated last year
- Easily convert Little/Big endian typed arrays to the host endianess☆16Aug 21, 2018Updated 7 years ago
- Easily announce and discover .local domains over mdns☆41Dec 2, 2017Updated 8 years ago
- Simple one-way stream multiplexer with very few features☆26Feb 2, 2017Updated 9 years ago
- pipe streams together and close all of them if one of them closes☆918Feb 28, 2026Updated 3 weeks ago
- a pull-stream with a pushable interface☆21Aug 21, 2020Updated 5 years ago
- use msb to create integer values of varying sizes☆98Mar 3, 2026Updated 2 weeks ago
- simple way to create a ReadableWritable stream that works☆671Jul 27, 2018Updated 7 years ago
- a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data☆79Dec 3, 2023Updated 2 years ago
- Small module that helps you maintain state around resources☆55Jul 1, 2020Updated 5 years ago
- A msgpack v5 implementation for node.js, with extension points / msgpack.org[Node]☆500Feb 12, 2024Updated 2 years ago
- A couple of functions that make it easy to maintain an unordered set as an array in an efficient way☆22Jun 11, 2018Updated 7 years ago
- SQL template strings, protecting against SQL injection☆29May 3, 2019Updated 6 years ago
- Execute batches with any kind of level instance via a simple stream☆12Mar 11, 2015Updated 11 years ago
- Create a stream from a string. Sugary wrapper around from2☆15Jul 4, 2015Updated 10 years ago
- Call a callback when a readable/writable/duplex stream has completed or failed.☆150Jun 16, 2025Updated 9 months ago
- Streaming encoder/decoder for protocol buffers☆69Jul 6, 2020Updated 5 years ago
- turn a pull-stream into a regular node stream☆17Oct 14, 2019Updated 6 years ago
- Return true if the file is (or the file path has) a dotfile.☆14May 30, 2017Updated 8 years ago
- A through2 wrapper to create an Array.prototype.filter analog for streams☆34Feb 28, 2026Updated 3 weeks ago