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

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

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

Open-source alternatives to Oppressor

30 open-source projects similar to substack/oppressor, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Oppressor alternative.

  • 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
  • bendrucker/stream-to-promisebendrucker 的头像

    bendrucker/stream-to-promise

    139在 GitHub 上查看↗

    `sh npm install --save stream-to-promise `

    JavaScript
    在 GitHub 上查看↗139
  • dominictarr/event-streamdominictarr 的头像

    dominictarr/event-stream

    2,180在 GitHub 上查看↗

    EventStream is like functional programming meets IO

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

    dominictarr/JSONStream

    1,932在 GitHub 上查看↗

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

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

    dominictarr/map-stream

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

    dominictarr/split

    345在 GitHub 上查看↗
    JavaScript
    在 GitHub 上查看↗345

AI 搜索

探索更多 awesome 仓库

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

Find more with AI search
  • 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
  • dominictarr/stream-specdominictarr 的头像

    dominictarr/stream-spec

    126在 GitHub 上查看↗

    executable specification for Stream (make testing streams easy)

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

    feross/multistream

    297在 GitHub 上查看↗

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

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

    floatdrop/stream-assert

    17在 GitHub 上查看↗

    Assert streams with ease.

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

    freeall/progress-stream

    235在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗235
  • gagle/node-streamifierG

    gagle/node-streamifier

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

    grncdr/merge-stream

    212在 GitHub 上查看↗

    Merge (interleave) a bunch of streams.

    JavaScript
    在 GitHub 上查看↗212
  • hughsk/from2hughsk 的头像

    hughsk/from2

    132在 GitHub 上查看↗

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

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

    jahewson/node-byline

    325在 GitHub 上查看↗

    Line-by-line Stream reader for node.js

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

    kikobeats/stream-callback

    1在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗1
  • lewisdiamond/stromjslewisdiamond 的头像

    lewisdiamond/stromjs

    106在 GitHub 上查看↗

    Dependency-free stream utils for Node.js

    TypeScript
    在 GitHub 上查看↗106
  • 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
  • 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
  • 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
  • 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
  • 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
  • mafintosh/pumpmafintosh 的头像

    mafintosh/pump

    919在 GitHub 上查看↗

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

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

    mafintosh/pumpify

    256在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗256
  • mafintosh/stream-eachmafintosh 的头像

    mafintosh/stream-each

    38在 GitHub 上查看↗

    Iterate all the data in a stream

    JavaScript
    在 GitHub 上查看↗38
  • mafintosh/stream-shiftmafintosh 的头像

    mafintosh/stream-shift

    22在 GitHub 上查看↗

    Returns the next buffer/object in a stream's readable queue

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

    mafintosh/tar-stream

    435在 GitHub 上查看↗

    tar-stream is a streaming tar parser and generator.

    JavaScript
    在 GitHub 上查看↗435
  • 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
  • maxogden/concat-streammaxogden 的头像

    maxogden/concat-stream

    575在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗575