awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم 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-concurrentالصورة الرمزية لـ almost

    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-promiseالصورة الرمزية لـ bendrucker

    bendrucker/stream-to-promise

    139عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗139
  • dominictarr/event-streamالصورة الرمزية لـ dominictarr

    dominictarr/event-stream

    2,180عرض على GitHub↗

    EventStream is like functional programming meets IO

    JavaScript
    عرض على GitHub↗2,180
  • dominictarr/jsonstreamالصورة الرمزية لـ dominictarr

    dominictarr/JSONStream

    1,932عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗1,932
  • dominictarr/map-streamالصورة الرمزية لـ dominictarr

    dominictarr/map-stream

    121عرض على GitHub↗
    JavaScript
    عرض على GitHub↗121
  • dominictarr/splitالصورة الرمزية لـ dominictarr

    dominictarr/split

    345عرض على GitHub↗
    JavaScript
    عرض على GitHub↗345

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

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-specالصورة الرمزية لـ dominictarr

    dominictarr/stream-spec

    126عرض على GitHub↗

    executable specification for Stream (make testing streams easy)

    JavaScript
    عرض على GitHub↗126
  • feross/multistreamالصورة الرمزية لـ feross

    feross/multistream

    297عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗297
  • floatdrop/stream-assertالصورة الرمزية لـ floatdrop

    floatdrop/stream-assert

    17عرض على GitHub↗

    Assert streams with ease.

    JavaScript
    عرض على GitHub↗17
  • freeall/progress-streamالصورة الرمزية لـ freeall

    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-streamالصورة الرمزية لـ grncdr

    grncdr/merge-stream

    212عرض على GitHub↗

    Merge (interleave) a bunch of streams.

    JavaScript
    عرض على GitHub↗212
  • hughsk/from2الصورة الرمزية لـ hughsk

    hughsk/from2

    132عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗132
  • jahewson/node-bylineالصورة الرمزية لـ jahewson

    jahewson/node-byline

    325عرض على GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    عرض على GitHub↗325
  • kikobeats/stream-callbackالصورة الرمزية لـ kikobeats

    kikobeats/stream-callback

    1عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗1
  • lewisdiamond/stromjsالصورة الرمزية لـ lewisdiamond

    lewisdiamond/stromjs

    106عرض على GitHub↗

    Dependency-free stream utils for Node.js

    TypeScript
    عرض على GitHub↗106
  • mafintosh/duplexifyالصورة الرمزية لـ mafintosh

    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-streamالصورة الرمزية لـ mafintosh

    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-streamالصورة الرمزية لـ mafintosh

    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-streamالصورة الرمزية لـ mafintosh

    mafintosh/peek-stream

    58عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗58
  • mafintosh/pumpالصورة الرمزية لـ mafintosh

    mafintosh/pump

    919عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗919
  • mafintosh/pumpifyالصورة الرمزية لـ mafintosh

    mafintosh/pumpify

    256عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗256
  • mafintosh/stream-eachالصورة الرمزية لـ mafintosh

    mafintosh/stream-each

    38عرض على GitHub↗

    Iterate all the data in a stream

    JavaScript
    عرض على GitHub↗38
  • mafintosh/stream-shiftالصورة الرمزية لـ mafintosh

    mafintosh/stream-shift

    22عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗22
  • mafintosh/tar-streamالصورة الرمزية لـ mafintosh

    mafintosh/tar-stream

    435عرض على GitHub↗

    tar-stream is a streaming tar parser and generator.

    JavaScript
    عرض على GitHub↗435
  • maxogden/binary-splitالصورة الرمزية لـ maxogden

    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-streamالصورة الرمزية لـ maxogden

    maxogden/concat-stream

    575عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗575