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

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

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

normalize/mz

0
View on GitHub↗
1,369 نجوم·44 تفرعات·JavaScript·MIT·2 مشاهدات

Mz

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.

Features

  • Flow Control - Modernizes Node.js APIs to use Promises.

سجل النجوم

مخطط تاريخ النجوم لـ normalize/mzمخطط تاريخ النجوم لـ normalize/mz

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

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

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

Start searching with AI

بدائل مفتوحة المصدر لـ Mz

مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Mz.
  • lpinca/valveletالصورة الرمزية لـ lpinca

    lpinca/valvelet

    38عرض على GitHub↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    عرض على GitHub↗38
  • node-modules/mz-modulesالصورة الرمزية لـ node-modules

    node-modules/mz-modules

    55عرض على GitHub↗

    Same as mz, but wrap many popular modules rather than core API.

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

    nodeca/promise-memoize

    62عرض على GitHub↗

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

    JavaScript
    عرض على GitHub↗62
  • 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
عرض جميع البدائل الـ 23 لـ Mz→

الأسئلة الشائعة

ما هي وظيفة normalize/mz؟

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.

ما هي الميزات الرئيسية لـ normalize/mz؟

الميزات الرئيسية لـ normalize/mz هي: Flow Control.

ما هي البدائل مفتوحة المصدر لـ normalize/mz؟

تشمل البدائل مفتوحة المصدر لـ normalize/mz: lpinca/valvelet — Limit the execution rate of a function. node-modules/mz-modules — Same as [mz], but wrap many popular modules rather than core API. nodeca/promise-memoize — Memoize promise-returning functions. Includes cache expire and prefetch. petkaantonov/bluebird — Bluebird is a JavaScript promise library designed for managing asynchronous operations with a custom promise… reactivex/rxjs — RxJS is a library for reactive programming that provides a framework for composing asynchronous and event-based… caolan/async — Async is a JavaScript asynchronous flow library designed to manage the execution and coordination of asynchronous…