awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

55 个仓库

Awesome GitHub RepositoriesStream Utilities

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.

Awesome Stream Utilities GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • dominictarr/event-streamdominictarr 的头像

    dominictarr/event-stream

    2,180在 GitHub 上查看↗

    EventStream is like functional programming meets IO

    Functional stream utilities.

    JavaScript
    在 GitHub 上查看↗2,180
  • dominictarr/jsonstreamdominictarr 的头像

    dominictarr/JSONStream

    1,932在 GitHub 上查看↗

    rawStream.pipe(JSONStream.parse()).pipe(streamOfObjects)

    Streaming JSON parser and stringifier.

    JavaScript
    在 GitHub 上查看↗1,932
  • rvagg/through2rvagg 的头像

    rvagg/through2

    1,906在 GitHub 上查看↗

    Tiny wrapper around Node streams2 Transform to avoid explicit subclassing noise

    Wrapper for stream2 to simplify transformations.

    JavaScript
    在 GitHub 上查看↗1,906
  • uhop/stream-jsonuhop 的头像

    uhop/stream-json

    1,192在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗1,192
  • maxogden/mississippimaxogden 的头像

    maxogden/mississippi

    1,086在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗1,086
  • nodejs/readable-streamnodejs 的头像

    nodejs/readable-stream

    1,048在 GitHub 上查看↗

    Node-core streams for userland

    Standard readable stream implementation.

    JavaScriptnodenodejs
    在 GitHub 上查看↗1,048
  • mafintosh/pumpmafintosh 的头像

    mafintosh/pump

    919在 GitHub 上查看↗

    pipe streams together and close all of them if one of them closes

    Pipes streams together and handles cleanup.

    JavaScript
    在 GitHub 上查看↗919
  • maxogden/concat-streammaxogden 的头像

    maxogden/concat-stream

    575在 GitHub 上查看↗

    writable stream that concatenates strings or data and calls a callback with the result

    Buffers stream data into a single result.

    JavaScript
    在 GitHub 上查看↗575
  • mafintosh/tar-streammafintosh 的头像

    mafintosh/tar-stream

    435在 GitHub 上查看↗

    tar-stream is a streaming tar parser and generator.

    Streaming tar parser and generator.

    JavaScript
    在 GitHub 上查看↗435
  • sindresorhus/get-streamsindresorhus 的头像

    sindresorhus/get-stream

    359在 GitHub 上查看↗

    Get a stream as a string, Buffer, ArrayBuffer or array

    Collects stream data into strings or buffers.

    JavaScript
    在 GitHub 上查看↗359
  • dominictarr/splitdominictarr 的头像

    dominictarr/split

    345在 GitHub 上查看↗

    Splits streams into line-based chunks.

    JavaScript
    在 GitHub 上查看↗345
  • jahewson/node-bylinejahewson 的头像

    jahewson/node-byline

    325在 GitHub 上查看↗

    Line-by-line Stream reader for node.js

    Line-by-line stream reader.

    JavaScript
    在 GitHub 上查看↗325
  • feross/multistreamfeross 的头像

    feross/multistream

    297在 GitHub 上查看↗

    A stream that emits multiple other streams one after another (streams3)

    Streams multiple streams sequentially.

    JavaScript
    在 GitHub 上查看↗297
  • mcollina/split2mcollina 的头像

    mcollina/split2

    295在 GitHub 上查看↗

    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.

    JavaScript
    在 GitHub 上查看↗295
  • maxogden/ndjsonmaxogden 的头像

    maxogden/ndjson

    297在 GitHub 上查看↗

    streaming newline delimited json parser serializer. Available as a JS API or a command line tool

    Streaming newline-delimited JSON parser and serializer.

    JavaScript
    在 GitHub 上查看↗297
  • mafintosh/pumpifymafintosh 的头像

    mafintosh/pumpify

    256在 GitHub 上查看↗

    Combine an array of streams into a single duplex stream using pump and duplexify

    Combines multiple streams into a single duplex stream.

    JavaScript
    在 GitHub 上查看↗256
  • freeall/progress-streamfreeall 的头像

    freeall/progress-stream

    235在 GitHub 上查看↗

    Read the progress of a stream. Supports speed and eta.

    Tracks progress of stream reading.

    JavaScript
    在 GitHub 上查看↗235
  • samcday/node-stream-buffersamcday 的头像

    samcday/node-stream-buffer

    227在 GitHub 上查看↗

    !! Consider using Node 16+ Utility Consumers rather than this library. !!

    Readable and writable streams with buffering.

    JavaScript
    在 GitHub 上查看↗227
  • sindresorhus/into-streamsindresorhus 的头像

    sindresorhus/into-stream

    215在 GitHub 上查看↗

    Convert a string/promise/array/iterable/asynciterable/buffer/typedarray/arraybuffer/object into a stream

    Converts buffers/strings/arrays into streams.

    JavaScriptnodejsnpm-packagereadable-stream
    在 GitHub 上查看↗215
  • grncdr/merge-streamgrncdr 的头像

    grncdr/merge-stream

    212在 GitHub 上查看↗

    Merge (interleave) a bunch of streams.

    Merges multiple streams into one.

    JavaScript
    在 GitHub 上查看↗212
上一个123下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Stream Utilities