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

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

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to creationix/step

Open-source alternatives to Step

28 open-source projects similar to creationix/step, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Step alternative.

  • marcoonroad/sporadicالصورة الرمزية لـ marcoonroad

    marcoonroad/sporadic

    18عرض على GitHub↗

    Composable Concurrency Abstractions for JavaScript. :railwaytrack: :rhinoceros: :train: :verticaltraffic_light:

    JavaScript
    عرض على GitHub↗18
  • kriskowal/qالصورة الرمزية لـ kriskowal

    kriskowal/q

    15,030عرض على 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
    عرض على GitHub↗15,030
  • caolan/asyncالصورة الرمزية لـ caolan

    caolan/async

    28,150عرض على GitHub↗

    Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous tasks in Node.js and the browser. It provides functional utilities to wrap, process, and orchestrate complex asynchronous workflows. The library distinguishes itself through a comprehensive task orchestrator that handles dependency graphs to resolve circular references and manages concurrent task queues. It includes a unification bridge that allows callback-style and promise-based functions to operate within the same execution interface. The project covers several primary capabil

    JavaScript
    عرض على GitHub↗28,150
  • gartz/objecteventtargetالصورة الرمزية لـ gartz

    gartz/ObjectEventTarget

    13عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗13

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

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

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

Find more with AI search
  • petkaantonov/bluebirdالصورة الرمزية لـ petkaantonov

    petkaantonov/bluebird

    20,515عرض على GitHub↗

    Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise implementation. It provides a framework for controlling promise lifecycles and orchestrating non-blocking programming patterns. The library distinguishes itself with an asynchronous debugging toolkit that captures long stack traces across asynchronous boundaries and a global handler for unhandled promise rejections. It includes a predicate-based error filtering system to target specific exception types and a mechanism for the deterministic cleanup of system resources. It covers a broa

    JavaScript
    عرض على GitHub↗20,515
  • bevacqua/contraالصورة الرمزية لـ bevacqua

    bevacqua/contra

    778عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗778
  • cujojs/whenالصورة الرمزية لـ cujojs

    cujojs/when

    3,428عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗3,428
  • 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/pumpifyالصورة الرمزية لـ mafintosh

    mafintosh/pumpify

    256عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗256
  • 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
  • nodeca/promise-memoizeالصورة الرمزية لـ nodeca

    nodeca/promise-memoize

    62عرض على GitHub↗

    Memoize promise-returning functions. Includes cache expire and prefetch.

    JavaScript
    عرض على GitHub↗62
  • nodejs/readable-streamالصورة الرمزية لـ nodejs

    nodejs/readable-stream

    1,048عرض على GitHub↗

    Node-core streams for userland

    JavaScriptnodenodejs
    عرض على GitHub↗1,048
  • reactivex/rxjsالصورة الرمزية لـ ReactiveX

    ReactiveX/rxjs

    31,682عرض على GitHub↗

    RxJS is a library for reactive programming that provides a framework for composing asynchronous and event-based programs. It utilizes observable sequences to model data flows, allowing developers to manage complex sequences of events through a declarative programming interface. The library implements the observer pattern to facilitate decoupled communication between data producers and subscribers. By employing a lazy execution model, streams remain dormant until a consumer explicitly subscribes, at which point data production is triggered. This approach enables the construction of predictable

    TypeScriptjavascriptrxjs
    عرض على GitHub↗31,682
  • sindresorhus/delayالصورة الرمزية لـ sindresorhus

    sindresorhus/delay

    626عرض على GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    عرض على GitHub↗626
  • sindresorhus/first-chunk-streamالصورة الرمزية لـ sindresorhus

    sindresorhus/first-chunk-stream

    28عرض على GitHub↗

    Transform the first chunk in a stream

    JavaScript
    عرض على GitHub↗28
  • sindresorhus/get-streamالصورة الرمزية لـ sindresorhus

    sindresorhus/get-stream

    359عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗359
  • sindresorhus/into-streamالصورة الرمزية لـ sindresorhus

    sindresorhus/into-stream

    215عرض على GitHub↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    عرض على GitHub↗215
  • sindresorhus/observable-to-promiseالصورة الرمزية لـ sindresorhus

    sindresorhus/observable-to-promise

    51عرض على GitHub↗

    Convert an Observable to a Promise

    JavaScript
    عرض على GitHub↗51
  • sindresorhus/p-mapالصورة الرمزية لـ sindresorhus

    sindresorhus/p-map

    1,499عرض على GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    عرض على GitHub↗1,499
  • sindresorhus/pad-streamالصورة الرمزية لـ sindresorhus

    sindresorhus/pad-stream

    12عرض على GitHub↗

    Pad each line in a stream

    JavaScript
    عرض على GitHub↗12
  • 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
  • sindresorhus/pifyالصورة الرمزية لـ sindresorhus

    sindresorhus/pify

    1,507عرض على GitHub↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    عرض على GitHub↗1,507
  • caolan/highlandالصورة الرمزية لـ caolan

    caolan/highland

    3,433عرض على GitHub↗

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

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

    feross/multistream

    297عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗297
  • 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
  • lpinca/valveletالصورة الرمزية لـ lpinca

    lpinca/valvelet

    38عرض على GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    عرض على GitHub↗38
  • 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