awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 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 de almost

    almost/through2-concurrent

    75Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗75
  • bendrucker/stream-to-promiseAvatar de bendrucker

    bendrucker/stream-to-promise

    139Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗139
  • dominictarr/event-streamAvatar de dominictarr

    dominictarr/event-stream

    2,180Voir sur GitHub↗

    EventStream is like functional programming meets IO

    JavaScript
    Voir sur GitHub↗2,180
  • dominictarr/jsonstreamAvatar de dominictarr

    dominictarr/JSONStream

    1,932Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗1,932
  • dominictarr/map-streamAvatar de dominictarr

    dominictarr/map-stream

    121Voir sur GitHub↗
    JavaScript
    Voir sur GitHub↗121
  • dominictarr/splitAvatar de dominictarr

    dominictarr/split

    345Voir sur GitHub↗
    JavaScript
    Voir sur GitHub↗345

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Find more with AI search
  • dominictarr/stream-combinerD

    dominictarr/stream-combiner

    0Voir sur GitHub↗

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

    Voir sur GitHub↗0
  • dominictarr/stream-specAvatar de dominictarr

    dominictarr/stream-spec

    126Voir sur GitHub↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    Voir sur GitHub↗126
  • feross/multistreamAvatar de feross

    feross/multistream

    297Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗297
  • floatdrop/stream-assertAvatar de floatdrop

    floatdrop/stream-assert

    17Voir sur GitHub↗

    Assert streams with ease.

    JavaScript
    Voir sur GitHub↗17
  • freeall/progress-streamAvatar de freeall

    freeall/progress-stream

    235Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗235
  • gagle/node-streamifierG

    gagle/node-streamifier

    0Voir sur GitHub↗
    Voir sur GitHub↗0
  • grncdr/merge-streamAvatar de grncdr

    grncdr/merge-stream

    212Voir sur GitHub↗

    Merge (interleave) a bunch of streams.

    JavaScript
    Voir sur GitHub↗212
  • hughsk/from2Avatar de hughsk

    hughsk/from2

    132Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗132
  • jahewson/node-bylineAvatar de jahewson

    jahewson/node-byline

    325Voir sur GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    Voir sur GitHub↗325
  • kikobeats/stream-callbackAvatar de kikobeats

    kikobeats/stream-callback

    1Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗1
  • lewisdiamond/stromjsAvatar de lewisdiamond

    lewisdiamond/stromjs

    106Voir sur GitHub↗

    Dependency-free stream utils for Node.js

    TypeScript
    Voir sur GitHub↗106
  • mafintosh/duplexifyAvatar de mafintosh

    mafintosh/duplexify

    194Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗194
  • mafintosh/end-of-streamAvatar de mafintosh

    mafintosh/end-of-stream

    150Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗150
  • mafintosh/flush-write-streamAvatar de mafintosh

    mafintosh/flush-write-stream

    33Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗33
  • mafintosh/multi-read-streamM

    mafintosh/multi-read-stream

    0Voir sur 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

    Voir sur GitHub↗0
  • mafintosh/multi-write-streamM

    mafintosh/multi-write-stream

    0Voir sur GitHub↗

    Create a writable stream that writes to multiple other writeable streams

    Voir sur GitHub↗0
  • mafintosh/peek-streamAvatar de mafintosh

    mafintosh/peek-stream

    58Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗58
  • mafintosh/pumpAvatar de mafintosh

    mafintosh/pump

    919Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗919
  • mafintosh/pumpifyAvatar de mafintosh

    mafintosh/pumpify

    256Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗256
  • mafintosh/stream-eachAvatar de mafintosh

    mafintosh/stream-each

    38Voir sur GitHub↗

    Iterate all the data in a stream

    JavaScript
    Voir sur GitHub↗38
  • mafintosh/stream-shiftAvatar de mafintosh

    mafintosh/stream-shift

    22Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗22
  • mafintosh/tar-streamAvatar de mafintosh

    mafintosh/tar-stream

    435Voir sur GitHub↗

    tar-stream is a streaming tar parser and generator.

    JavaScript
    Voir sur GitHub↗435
  • maxogden/binary-splitAvatar de maxogden

    maxogden/binary-split

    79Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗79
  • maxogden/concat-streamAvatar de maxogden

    maxogden/concat-stream

    575Voir sur GitHub↗

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

    JavaScript
    Voir sur GitHub↗575