awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
normalize avatar

normalize/mz

0
View on GitHub↗
1,369 Stars·44 Forks·JavaScript·MIT·2 Aufrufe

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.

Star-Verlauf

Star-Verlauf für normalize/mzStar-Verlauf für normalize/mz

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Mz

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Mz.
  • lpinca/valveletAvatar von lpinca

    lpinca/valvelet

    38Auf GitHub ansehen↗

    Limit the execution rate of a function

    JavaScriptpromiserate-limitingthrottle
    Auf GitHub ansehen↗38
  • node-modules/mz-modulesAvatar von node-modules

    node-modules/mz-modules

    55Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗55
  • nodeca/promise-memoizeAvatar von nodeca

    nodeca/promise-memoize

    62Auf GitHub ansehen↗

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

    JavaScript
    Auf GitHub ansehen↗62
  • caolan/asyncAvatar von caolan

    caolan/async

    28,150Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗28,150
Alle 23 Alternativen zu Mz anzeigen→

Häufig gestellte Fragen

Was macht 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.

Was sind die Hauptfunktionen von normalize/mz?

Die Hauptfunktionen von normalize/mz sind: Flow Control.

Welche Open-Source-Alternativen gibt es zu normalize/mz?

Open-Source-Alternativen zu normalize/mz sind unter anderem: 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…