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

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

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

Open-source alternatives to Mz Modules

23 open-source projects similar to node-modules/mz-modules, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Mz Modules alternative.

  • 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
  • lpinca/valveletالصورة الرمزية لـ lpinca

    lpinca/valvelet

    38عرض على GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    عرض على GitHub↗38
  • nodeca/promise-memoizeالصورة الرمزية لـ nodeca

    nodeca/promise-memoize

    62عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗62
  • normalize/mzالصورة الرمزية لـ normalize

    normalize/mz

    1,369عرض على GitHub↗

    Modernize node.js to current ECMAScript specifications! node.js will not update their API to ES6+ for a while. This library is a wrapper for various aspects of node.js' API.

    JavaScript
    عرض على GitHub↗1,369
  • 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

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

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

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

Find more with AI search
  • 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/observable-to-promiseالصورة الرمزية لـ sindresorhus

    sindresorhus/observable-to-promise

    51عرض على GitHub↗

    Convert an Observable to a Promise

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

    sindresorhus/p-do-whilst

    38عرض على GitHub↗

    Calls a function repeatedly while a condition returns true and then resolves the promise

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

    sindresorhus/p-each-series

    53عرض على GitHub↗

    Iterate over promises serially

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

    sindresorhus/p-forever

    50عرض على GitHub↗

    Run promise-returning & async functions repeatedly until you end it

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

    sindresorhus/p-map

    1,499عرض على GitHub↗

    Map over promises concurrently

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

    sindresorhus/p-map-series

    51عرض على GitHub↗

    Map over promises serially

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

    sindresorhus/p-pipe

    131عرض على GitHub↗

    Compose promise-returning & async functions into a reusable pipeline

    TypeScript
    عرض على GitHub↗131
  • sindresorhus/p-seriesالصورة الرمزية لـ sindresorhus

    sindresorhus/p-series

    73عرض على GitHub↗

    Run promise-returning & async functions in series

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

    sindresorhus/p-waterfall

    80عرض على GitHub↗

    Run promise-returning & async functions in series, each passing its result to the next

    TypeScript
    عرض على GitHub↗80
  • sindresorhus/p-whilstالصورة الرمزية لـ sindresorhus

    sindresorhus/p-whilst

    57عرض على GitHub↗

    While a condition returns true, calls a function repeatedly, and then resolves the promise

    JavaScript
    عرض على GitHub↗57
  • sindresorhus/pifyالصورة الرمزية لـ sindresorhus

    sindresorhus/pify

    1,507عرض على GitHub↗

    Promisify a callback-style function

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

    thenables/thenify

    109عرض على GitHub↗

    Promisify a callback-based function using any-promise.

    JavaScript
    عرض على GitHub↗109
  • thenables/thenify-allالصورة الرمزية لـ thenables

    thenables/thenify-all

    57عرض على GitHub↗

    Promisifies all the selected functions in an object.

    JavaScript
    عرض على GitHub↗57
  • tj/coT

    tj/co

    11,856عرض على GitHub↗

    co is a JavaScript generator control flow library and non-blocking workflow engine. It manages asynchronous logic by using generators and promises to simulate a synchronous coding style. The project transforms generator functions into standard functions that return promises, ensuring compatibility with non-generator interfaces. It also functions as a promise-based asynchronous orchestrator that executes multiple operations concurrently through the recursive resolution of nested promise collections. The library provides high-level primitives for asynchronous flow control and non-blocking work

    JavaScript
    عرض على GitHub↗11,856
  • ubolonton/js-cspالصورة الرمزية لـ ubolonton

    ubolonton/js-csp

    2,322عرض على GitHub↗

    Communicating sequential processes for Javascript (like Clojurescript core.async, or Go).

    JavaScript
    عرض على GitHub↗2,322
  • zenparsing/zen-observableالصورة الرمزية لـ zenparsing

    zenparsing/zen-observable

    893عرض على GitHub↗

    An implementation of Observables for JavaScript. Requires Promises or a Promise polyfill.

    JavaScript
    عرض على GitHub↗893