awesome-repositories.com分类博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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/sporadicmarcoonroad 的头像

    marcoonroad/sporadic

    18在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗18
  • kriskowal/qkriskowal 的头像

    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/asynccaolan 的头像

    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/objecteventtargetgartz 的头像

    gartz/ObjectEventTarget

    13在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗13

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Find more with AI search
  • petkaantonov/bluebirdpetkaantonov 的头像

    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/contrabevacqua 的头像

    bevacqua/contra

    778在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗778
  • cujojs/whencujojs 的头像

    cujojs/when

    3,428在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗3,428
  • mafintosh/peek-streammafintosh 的头像

    mafintosh/peek-stream

    58在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗58
  • mafintosh/pumpifymafintosh 的头像

    mafintosh/pumpify

    256在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗256
  • maxogden/binary-splitmaxogden 的头像

    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-memoizenodeca 的头像

    nodeca/promise-memoize

    62在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗62
  • nodejs/readable-streamnodejs 的头像

    nodejs/readable-stream

    1,048在 GitHub 上查看↗

    Node-core streams for userland

    JavaScriptnodenodejs
    在 GitHub 上查看↗1,048
  • reactivex/rxjsReactiveX 的头像

    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/delaysindresorhus 的头像

    sindresorhus/delay

    626在 GitHub 上查看↗

    Delay a promise a specified amount of time

    JavaScript
    在 GitHub 上查看↗626
  • sindresorhus/first-chunk-streamsindresorhus 的头像

    sindresorhus/first-chunk-stream

    28在 GitHub 上查看↗

    Transform the first chunk in a stream

    JavaScript
    在 GitHub 上查看↗28
  • sindresorhus/get-streamsindresorhus 的头像

    sindresorhus/get-stream

    359在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗359
  • sindresorhus/into-streamsindresorhus 的头像

    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-promisesindresorhus 的头像

    sindresorhus/observable-to-promise

    51在 GitHub 上查看↗

    Convert an Observable to a Promise

    JavaScript
    在 GitHub 上查看↗51
  • sindresorhus/p-mapsindresorhus 的头像

    sindresorhus/p-map

    1,499在 GitHub 上查看↗

    Map over promises concurrently

    JavaScriptasyncasync-awaitasync-functions
    在 GitHub 上查看↗1,499
  • sindresorhus/pad-streamsindresorhus 的头像

    sindresorhus/pad-stream

    12在 GitHub 上查看↗

    Pad each line in a stream

    JavaScript
    在 GitHub 上查看↗12
  • almost/through2-concurrentalmost 的头像

    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/pifysindresorhus 的头像

    sindresorhus/pify

    1,507在 GitHub 上查看↗

    Promisify a callback-style function

    JavaScriptpromise-utilitiespromisespromisify
    在 GitHub 上查看↗1,507
  • caolan/highlandcaolan 的头像

    caolan/highland

    3,433在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗3,433
  • feross/multistreamfeross 的头像

    feross/multistream

    297在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗297
  • hughsk/from2hughsk 的头像

    hughsk/from2

    132在 GitHub 上查看↗

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

    JavaScript
    在 GitHub 上查看↗132
  • jahewson/node-bylinejahewson 的头像

    jahewson/node-byline

    325在 GitHub 上查看↗

    Line-by-line Stream reader for node.js

    JavaScript
    在 GitHub 上查看↗325
  • lpinca/valveletlpinca 的头像

    lpinca/valvelet

    38在 GitHub 上查看↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    在 GitHub 上查看↗38
  • mafintosh/duplexifymafintosh 的头像

    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