check what sort of pull-stream a thing is.
Node.js Streams, a user-land copy of the stream library from Node.js
minimal pull stream
Streaming http in the browser
Check if something is a Node.js stream
destroy a stream if possible
minimal implementation of a PassThrough stream
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.
An iteration of the Node.js core streams with a series of improvements
construct a pull-stream for reading from a writable source, can read old records, new (live) records, or both.
Toggle the CLI cursor
Get and validate the raw body of a readable stream.
Fast and powerful CSV parser for the browser that supports web workers and streaming large files. Converts CSV to JSON and JSON to CSV.
A stream that emits multiple other streams one after another.
convert a stream1 or streams2 stream into a pull-stream
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.
For a given Buffer or Stream, this module will attempt to determine the total length of the stream contents. It currently supports Buffers, `fs` streams, `http` responses, and `request` objects, and allows for specifying custom stream types.
concatenate pull-streams
The string_decoder module from Node core
split a Text Stream into a Line Stream, using Stream 3
fs read and write streams based on minipass
pull-stream with a push interface
writable stream that concatenates strings or binary data and calls a callback with the result
Get a stream as a string, Buffer, ArrayBuffer or array
A minimal pull based data streaming client
Pulley will turn pull requests into a json stream on STDOUT for piping through other programs, it can be piped back in with the --publish flag to persist changes to github.
Drop-in workers for Rails (app/workers) that consume NATS JetStream streams via pull-based subscriptions, using nats-pure.
A failure-aware, contract-driven Ruby client for the Ollama API. Provides deterministic /generate with strict JSON schema validation, automatic model pulling, exponential backoff on timeouts, and observer-style streaming hooks. Designed for Rails background jobs and agent planners — not a chatbot UI.