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

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

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

Open-source alternatives to First Chunk Stream

30 open-source projects similar to sindresorhus/first-chunk-stream, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best First Chunk Stream alternative.

  • hughsk/from2hughsk 的头像

    hughsk/from2

    132在 GitHub 上查看↗

    Convenience wrapper for ReadableStream, with an API lifted from "from" and "through2"

    JavaScript
    在 GitHub 上查看↗132
  • maxogden/binary-splitmaxogden 的头像

    maxogden/binary-split

    79在 GitHub 上查看↗

    a fast newline (or any delimiter) splitter stream - like require('split') but specific for binary data

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

    sindresorhus/into-stream

    215在 GitHub 上查看↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    在 GitHub 上查看↗215
  • jahewson/node-bylinejahewson 的头像

    jahewson/node-byline

    325在 GitHub 上查看↗

    Line-by-line Stream reader for node.js

    JavaScript
    在 GitHub 上查看↗325
  • mafintosh/peek-streammafintosh 的头像

    mafintosh/peek-stream

    58在 GitHub 上查看↗

    Transform stream that lets you peek the first line before deciding how to parse it

    JavaScript
    在 GitHub 上查看↗58
  • almost/through2-concurrentalmost 的头像

    almost/through2-concurrent

    75在 GitHub 上查看↗

    Simple Node.JS stream (streams2) Transform that runs the transform functions concurrently (with a set max concurrency)

    JavaScript
    在 GitHub 上查看↗75

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • mafintosh/pumpifymafintosh 的头像

    mafintosh/pumpify

    256在 GitHub 上查看↗

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

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

    sindresorhus/get-stream

    359在 GitHub 上查看↗

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

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

    feross/multistream

    297在 GitHub 上查看↗

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

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

    mafintosh/duplexify

    194在 GitHub 上查看↗

    Turn a writable and readable stream into a streams2 duplex stream with support for async initialization and streams1/streams2 input

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

    nodejs/readable-stream

    1,048在 GitHub 上查看↗

    Node-core streams for userland

    JavaScriptnodenodejs
    在 GitHub 上查看↗1,048
  • mafintosh/flush-write-streammafintosh 的头像

    mafintosh/flush-write-stream

    33在 GitHub 上查看↗

    A write stream constructor that supports a flush function that is called before finish is emitted

    JavaScript
    在 GitHub 上查看↗33
  • cujojs/whencujojs 的头像

    cujojs/when

    3,428在 GitHub 上查看↗

    A solid, fast Promises/A+ and when() implementation, plus other async goodies.

    JavaScript
    在 GitHub 上查看↗3,428
  • floatdrop/stream-assertfloatdrop 的头像

    floatdrop/stream-assert

    17在 GitHub 上查看↗

    Assert streams with ease.

    JavaScript
    在 GitHub 上查看↗17
  • dominictarr/stream-specdominictarr 的头像

    dominictarr/stream-spec

    126在 GitHub 上查看↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    在 GitHub 上查看↗126
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0在 GitHub 上查看↗

    Turn a pipeline into a single stream. Combine returns a stream that writes to the first stream and reads from the last stream.

    在 GitHub 上查看↗0
  • creationix/stepcreationix 的头像

    creationix/step

    2,194在 GitHub 上查看↗

    An async control-flow library that makes stepping through logic easy.

    JavaScript
    在 GitHub 上查看↗2,194
  • bevacqua/contrabevacqua 的头像

    bevacqua/contra

    778在 GitHub 上查看↗

    :surfer: Asynchronous flow control with a functional taste to it

    JavaScript
    在 GitHub 上查看↗778
  • kikobeats/stream-callbackkikobeats 的头像

    kikobeats/stream-callback

    1在 GitHub 上查看↗

    `bash $ npm install stream-callback --save `

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

    dominictarr/split

    345在 GitHub 上查看↗
    JavaScript
    在 GitHub 上查看↗345
  • dominictarr/map-streamdominictarr 的头像

    dominictarr/map-stream

    121在 GitHub 上查看↗
    JavaScript
    在 GitHub 上查看↗121
  • kriskowal/qkriskowal 的头像

    kriskowal/q

    15,030在 GitHub 上查看↗

    q is a JavaScript promise library and asynchronous flow controller designed to manage non-blocking operations. It serves as a system for coordinating parallel tasks and sequencing asynchronous workflows through task chaining and error propagation. The library distinguishes itself with specialized debugging tools that capture long stack traces across asynchronous jumps and monitor unhandled rejections to prevent silent failures. It also functions as a remote object proxy, forwarding method calls to remote targets and routing responses back through promises. The project provides comprehensive

    JavaScript
    在 GitHub 上查看↗15,030
  • lewisdiamond/stromjslewisdiamond 的头像

    lewisdiamond/stromjs

    106在 GitHub 上查看↗

    Dependency-free stream utils for Node.js

    TypeScript
    在 GitHub 上查看↗106
  • lpinca/valveletlpinca 的头像

    lpinca/valvelet

    38在 GitHub 上查看↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    在 GitHub 上查看↗38
  • caolan/highlandcaolan 的头像

    caolan/highland

    3,433在 GitHub 上查看↗

    High-level streams library for Node.js and the browser

    JavaScript
    在 GitHub 上查看↗3,433
  • mafintosh/end-of-streammafintosh 的头像

    mafintosh/end-of-stream

    150在 GitHub 上查看↗

    A node module that calls a callback when a readable/writable/duplex stream has completed or failed.

    JavaScript
    在 GitHub 上查看↗150
  • grncdr/merge-streamgrncdr 的头像

    grncdr/merge-stream

    212在 GitHub 上查看↗

    Merge (interleave) a bunch of streams.

    JavaScript
    在 GitHub 上查看↗212
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0在 GitHub 上查看↗

    Readable stream that reads from multiple readable streams at the same time. If you are looking for a readable stream that reads sequentially from other streams checkout multistream

    在 GitHub 上查看↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0在 GitHub 上查看↗

    Create a writable stream that writes to multiple other writeable streams

    在 GitHub 上查看↗0
  • gartz/objecteventtargetgartz 的头像

    gartz/ObjectEventTarget

    13在 GitHub 上查看↗

    A same behaviour EventTarget prototype, that can work with any object from JavaScript

    JavaScript
    在 GitHub 上查看↗13