Node.js Streams, a user-land copy of the stream library from Node.js
Check if something is a Node.js stream
Get a stream as a string, Buffer, ArrayBuffer or array
tar-stream is a streaming tar parser and generator and nothing else. It operates purely using streams which means you can easily extract/parse tarballs without ever hitting the file system.
Call a callback when a readable/writable/duplex stream has completed or failed.
Toggle the CLI cursor
destroy a stream if possible
Get and validate the raw body of a readable stream.
A streaming way to send data to a Node.js Worker Thread
A stream that emits multiple other streams one after another.
A tiny, zero-dependency yet spec-compliant asynchronous iterator polyfill/ponyfill for ReadableStreams.
Streaming data for JavaScript
A micro-library of stream components for building custom JSON and JSONC processing pipelines with a minimal memory footprint — parse, filter, and transform JSON far larger than available memory with a SAX-inspired token API, on Node.js or Web Streams.
Merge multiple streams into a unified stream
Returns the next buffer/object in a stream's readable queue
An iteration of the Node.js core streams with a series of improvements
Streaming HTML parser with scripting support.
The string_decoder module from Node core
minimal implementation of a PassThrough stream
writable stream that concatenates strings or binary data and calls a callback with the result
the stream module from node core for browsers
Converts a Web-API readable-stream into a Node.js readable-stream.
Clone a Node.js HTTP response stream
Postgres bytea parser
Real-time blockchain event streaming engine for ChainCodec (Tokio-based)
High-throughput batch decode engine for ChainCodec — Rayon parallel processing
ChainCodec command-line tool — verify schemas, run golden tests, benchmark decode
Core decoder traits, type normalizer, and shared primitives for ChainCodec
EVM ABI decoder for ChainCodec — built on alloy-rs
OpenTelemetry metrics, tracing, and structured logging for ChainCodec
Schema Registry for ChainCodec — CSDL parser, in-memory store, version management