awesome-repositories.comCategoriesBlog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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 avatar

    hughsk/from2

    132View on GitHub↗

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

    JavaScript
    View on GitHub↗132
  • maxogden/binary-splitmaxogden avatar

    maxogden/binary-split

    79View on GitHub↗

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

    JavaScript
    View on GitHub↗79
  • sindresorhus/into-streamsindresorhus avatar

    sindresorhus/into-stream

    215View on GitHub↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    View on GitHub↗215
  • jahewson/node-bylinejahewson avatar

    jahewson/node-byline

    325View on GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    View on GitHub↗325
  • mafintosh/peek-streammafintosh avatar

    mafintosh/peek-stream

    58View on GitHub↗

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

    JavaScript
    View on GitHub↗58
  • almost/through2-concurrentalmost avatar

    almost/through2-concurrent

    75View on GitHub↗

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

    JavaScript
    View on GitHub↗75

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • mafintosh/pumpifymafintosh avatar

    mafintosh/pumpify

    256View on GitHub↗

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

    JavaScript
    View on GitHub↗256
  • sindresorhus/get-streamsindresorhus avatar

    sindresorhus/get-stream

    359View on GitHub↗

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

    JavaScript
    View on GitHub↗359
  • feross/multistreamfeross avatar

    feross/multistream

    297View on GitHub↗

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

    JavaScript
    View on GitHub↗297
  • mafintosh/duplexifymafintosh avatar

    mafintosh/duplexify

    194View on GitHub↗

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

    JavaScript
    View on GitHub↗194
  • nodejs/readable-streamnodejs avatar

    nodejs/readable-stream

    1,048View on GitHub↗

    Node-core streams for userland

    JavaScriptnodenodejs
    View on GitHub↗1,048
  • mafintosh/flush-write-streammafintosh avatar

    mafintosh/flush-write-stream

    33View on GitHub↗

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

    JavaScript
    View on GitHub↗33
  • cujojs/whencujojs avatar

    cujojs/when

    3,428View on GitHub↗

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

    JavaScript
    View on GitHub↗3,428
  • floatdrop/stream-assertfloatdrop avatar

    floatdrop/stream-assert

    17View on GitHub↗

    Assert streams with ease.

    JavaScript
    View on GitHub↗17
  • dominictarr/stream-specdominictarr avatar

    dominictarr/stream-spec

    126View on GitHub↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    View on GitHub↗126
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0View on GitHub↗

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

    View on GitHub↗0
  • creationix/stepcreationix avatar

    creationix/step

    2,194View on GitHub↗

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

    JavaScript
    View on GitHub↗2,194
  • bevacqua/contrabevacqua avatar

    bevacqua/contra

    778View on GitHub↗

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

    JavaScript
    View on GitHub↗778
  • kikobeats/stream-callbackkikobeats avatar

    kikobeats/stream-callback

    1View on GitHub↗

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

    JavaScript
    View on GitHub↗1
  • dominictarr/splitdominictarr avatar

    dominictarr/split

    345View on GitHub↗
    JavaScript
    View on GitHub↗345
  • dominictarr/map-streamdominictarr avatar

    dominictarr/map-stream

    121View on GitHub↗
    JavaScript
    View on GitHub↗121
  • kriskowal/qkriskowal avatar

    kriskowal/q

    15,030View on 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
    View on GitHub↗15,030
  • lewisdiamond/stromjslewisdiamond avatar

    lewisdiamond/stromjs

    106View on GitHub↗

    Dependency-free stream utils for Node.js

    TypeScript
    View on GitHub↗106
  • lpinca/valveletlpinca avatar

    lpinca/valvelet

    38View on GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    View on GitHub↗38
  • caolan/highlandcaolan avatar

    caolan/highland

    3,433View on GitHub↗

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

    JavaScript
    View on GitHub↗3,433
  • mafintosh/end-of-streammafintosh avatar

    mafintosh/end-of-stream

    150View on GitHub↗

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

    JavaScript
    View on GitHub↗150
  • grncdr/merge-streamgrncdr avatar

    grncdr/merge-stream

    212View on GitHub↗

    Merge (interleave) a bunch of streams.

    JavaScript
    View on GitHub↗212
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0View on 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

    View on GitHub↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0View on GitHub↗

    Create a writable stream that writes to multiple other writeable streams

    View on GitHub↗0
  • gartz/objecteventtargetgartz avatar

    gartz/ObjectEventTarget

    13View on GitHub↗

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

    JavaScript
    View on GitHub↗13