awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 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/sporadicmarcoonroad avatar

    marcoonroad/sporadic

    18View on GitHub↗

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

    JavaScript
    View on GitHub↗18
  • kriskowal/qkriskowal avatar

    kriskowal/q

    15,030View on 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
    View on GitHub↗15,030
  • caolan/asynccaolan avatar

    caolan/async

    28,150View on 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
    View on GitHub↗28,150
  • gartz/objecteventtargetgartz avatar

    gartz/ObjectEventTarget

    13View on GitHub↗

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

    JavaScript
    View on GitHub↗13

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Find more with AI search
  • petkaantonov/bluebirdpetkaantonov avatar

    petkaantonov/bluebird

    20,515View on 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
    View on GitHub↗20,515
  • bevacqua/contrabevacqua avatar

    bevacqua/contra

    778View on GitHub↗

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

    JavaScript
    View on GitHub↗778
  • cujojs/whencujojs avatar

    cujojs/when

    3,428View on GitHub↗

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

    JavaScript
    View on GitHub↗3,428
  • mafintosh/peek-streammafintosh avatar

    mafintosh/peek-stream

    58View on GitHub↗

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

    JavaScript
    View on GitHub↗58
  • mafintosh/pumpifymafintosh avatar

    mafintosh/pumpify

    256View on GitHub↗

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

    JavaScript
    View on GitHub↗256
  • maxogden/binary-splitmaxogden avatar

    maxogden/binary-split

    79View on GitHub↗

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

    JavaScript
    View on GitHub↗79
  • nodeca/promise-memoizenodeca avatar

    nodeca/promise-memoize

    62View on GitHub↗

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

    JavaScript
    View on GitHub↗62
  • nodejs/readable-streamnodejs avatar

    nodejs/readable-stream

    1,048View on GitHub↗

    Node-core streams for userland

    JavaScriptnodenodejs
    View on GitHub↗1,048
  • reactivex/rxjsReactiveX avatar

    ReactiveX/rxjs

    31,682View on 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
    View on GitHub↗31,682
  • sindresorhus/delaysindresorhus avatar

    sindresorhus/delay

    626View on GitHub↗

    Delay a promise a specified amount of time

    JavaScript
    View on GitHub↗626
  • sindresorhus/first-chunk-streamsindresorhus avatar

    sindresorhus/first-chunk-stream

    28View on GitHub↗

    Transform the first chunk in a stream

    JavaScript
    View on GitHub↗28
  • sindresorhus/get-streamsindresorhus avatar

    sindresorhus/get-stream

    359View on GitHub↗

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

    JavaScript
    View on GitHub↗359
  • sindresorhus/into-streamsindresorhus avatar

    sindresorhus/into-stream

    215View on GitHub↗

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

    JavaScriptnodejsnpm-packagereadable-stream
    View on GitHub↗215
  • sindresorhus/observable-to-promisesindresorhus avatar

    sindresorhus/observable-to-promise

    51View on GitHub↗

    Convert an Observable to a Promise

    JavaScript
    View on GitHub↗51
  • sindresorhus/p-mapsindresorhus avatar

    sindresorhus/p-map

    1,499View on GitHub↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    View on GitHub↗1,499
  • sindresorhus/pad-streamsindresorhus avatar

    sindresorhus/pad-stream

    12View on GitHub↗

    Pad each line in a stream

    JavaScript
    View on GitHub↗12
  • almost/through2-concurrentalmost avatar

    almost/through2-concurrent

    75View on GitHub↗

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

    JavaScript
    View on GitHub↗75
  • sindresorhus/pifysindresorhus avatar

    sindresorhus/pify

    1,507View on GitHub↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    View on GitHub↗1,507
  • caolan/highlandcaolan avatar

    caolan/highland

    3,433View on GitHub↗

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

    JavaScript
    View on GitHub↗3,433
  • feross/multistreamfeross avatar

    feross/multistream

    297View on GitHub↗

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

    JavaScript
    View on GitHub↗297
  • hughsk/from2hughsk avatar

    hughsk/from2

    132View on GitHub↗

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

    JavaScript
    View on GitHub↗132
  • jahewson/node-bylinejahewson avatar

    jahewson/node-byline

    325View on GitHub↗

    Line-by-line Stream reader for node.js

    JavaScript
    View on GitHub↗325
  • lpinca/valveletlpinca avatar

    lpinca/valvelet

    38View on GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    View on GitHub↗38
  • mafintosh/duplexifymafintosh avatar

    mafintosh/duplexify

    194View on GitHub↗

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

    JavaScript
    View on GitHub↗194