awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 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-concurrentAvatar von almost

    almost/through2-concurrent

    75Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗75
  • bendrucker/stream-to-promiseAvatar von bendrucker

    bendrucker/stream-to-promise

    139Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗139
  • dominictarr/event-streamAvatar von dominictarr

    dominictarr/event-stream

    2,180Auf GitHub ansehen↗

    EventStream is like functional programming meets IO

    JavaScript
    Auf GitHub ansehen↗2,180
  • dominictarr/jsonstreamAvatar von dominictarr

    dominictarr/JSONStream

    1,932Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗1,932
  • dominictarr/map-streamAvatar von dominictarr

    dominictarr/map-stream

    121Auf GitHub ansehen↗
    JavaScript
    Auf GitHub ansehen↗121
  • dominictarr/splitAvatar von dominictarr

    dominictarr/split

    345Auf GitHub ansehen↗
    JavaScript
    Auf GitHub ansehen↗345

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Find more with AI search
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0Auf GitHub ansehen↗

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

    Auf GitHub ansehen↗0
  • dominictarr/stream-specAvatar von dominictarr

    dominictarr/stream-spec

    126Auf GitHub ansehen↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    Auf GitHub ansehen↗126
  • feross/multistreamAvatar von feross

    feross/multistream

    297Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗297
  • floatdrop/stream-assertAvatar von floatdrop

    floatdrop/stream-assert

    17Auf GitHub ansehen↗

    Assert streams with ease.

    JavaScript
    Auf GitHub ansehen↗17
  • freeall/progress-streamAvatar von freeall

    freeall/progress-stream

    235Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗235
  • gagle/node-streamifierG

    gagle/node-streamifier

    0Auf GitHub ansehen↗
    Auf GitHub ansehen↗0
  • grncdr/merge-streamAvatar von grncdr

    grncdr/merge-stream

    212Auf GitHub ansehen↗

    Merge (interleave) a bunch of streams.

    JavaScript
    Auf GitHub ansehen↗212
  • hughsk/from2Avatar von hughsk

    hughsk/from2

    132Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗132
  • jahewson/node-bylineAvatar von jahewson

    jahewson/node-byline

    325Auf GitHub ansehen↗

    Line-by-line Stream reader for node.js

    JavaScript
    Auf GitHub ansehen↗325
  • kikobeats/stream-callbackAvatar von kikobeats

    kikobeats/stream-callback

    1Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗1
  • lewisdiamond/stromjsAvatar von lewisdiamond

    lewisdiamond/stromjs

    106Auf GitHub ansehen↗

    Dependency-free stream utils for Node.js

    TypeScript
    Auf GitHub ansehen↗106
  • mafintosh/duplexifyAvatar von mafintosh

    mafintosh/duplexify

    194Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗194
  • mafintosh/end-of-streamAvatar von mafintosh

    mafintosh/end-of-stream

    150Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗150
  • mafintosh/flush-write-streamAvatar von mafintosh

    mafintosh/flush-write-stream

    33Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗33
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0Auf GitHub ansehen↗

    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

    Auf GitHub ansehen↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0Auf GitHub ansehen↗

    Create a writable stream that writes to multiple other writeable streams

    Auf GitHub ansehen↗0
  • mafintosh/peek-streamAvatar von mafintosh

    mafintosh/peek-stream

    58Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗58
  • mafintosh/pumpAvatar von mafintosh

    mafintosh/pump

    919Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗919
  • mafintosh/pumpifyAvatar von mafintosh

    mafintosh/pumpify

    256Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗256
  • mafintosh/stream-eachAvatar von mafintosh

    mafintosh/stream-each

    38Auf GitHub ansehen↗

    Iterate all the data in a stream

    JavaScript
    Auf GitHub ansehen↗38
  • mafintosh/stream-shiftAvatar von mafintosh

    mafintosh/stream-shift

    22Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗22
  • mafintosh/tar-streamAvatar von mafintosh

    mafintosh/tar-stream

    435Auf GitHub ansehen↗

    tar-stream is a streaming tar parser and generator.

    JavaScript
    Auf GitHub ansehen↗435
  • maxogden/binary-splitAvatar von maxogden

    maxogden/binary-split

    79Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗79
  • maxogden/concat-streamAvatar von maxogden

    maxogden/concat-stream

    575Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗575