55 个仓库
Advanced tools for managing, transforming, and composing Node.js streams.
Explore 55 awesome GitHub repositories matching part of an awesome list · Stream Utilities. Refine with filters or upvote what's useful.
EventStream is like functional programming meets IO
Functional stream utilities.
rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)
Streaming JSON parser and stringifier.
Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise
Wrapper for stream2 to simplify transformations.
npm-image: https://img.shields.io/npm/v/stream-json.svg npm-url: https://npmjs.org/package/stream-json
Memory-efficient streaming JSON processing components.
a collection of useful stream utility modules. learn how the modules work using this and then pick the ones you want and use them individually
Collection of useful stream utility modules.
Node-core streams for userland
Standard readable stream implementation.
pipe streams together and close all of them if one of them closes
Pipes streams together and handles cleanup.
writable stream that concatenates strings or data and calls a callback with the result
Buffers stream data into a single result.
tar-stream is a streaming tar parser and generator.
Streaming tar parser and generator.
Get a stream as a string, Buffer, ArrayBuffer or array
Collects stream data into strings or buffers.
Line-by-line Stream reader for node.js
Line-by-line stream reader.
A stream that emits multiple other streams one after another (streams3)
Streams multiple streams sequentially.
Break up a stream and reassemble it so that each line is a chunk. split2 is inspired by @dominictarr split module, and it is totally API compatible with it. However, it is based on Node.js core Transform.
Stream3-style splitting utility.
streaming newline delimited json parser serializer. Available as a JS API or a command line tool
Streaming newline-delimited JSON parser and serializer.
Combine an array of streams into a single duplex stream using pump and duplexify
Combines multiple streams into a single duplex stream.
Read the progress of a stream. Supports speed and eta.
Tracks progress of stream reading.
!! Consider using Node 16+ Utility Consumers rather than this library. !!
Readable and writable streams with buffering.
Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream
Converts buffers/strings/arrays into streams.
Merge (interleave) a bunch of streams.
Merges multiple streams into one.