any-promise

Promise polyfill

A library that allows you to use any ES 2015 compatible Promise implementation in your application

NOTE: You probably want native promises now

GitHub

180 stars
8 watching
17 forks
Language: JavaScript
last commit: almost 8 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

RepositoryDescriptionStars
kevinbeaty/fs-promiseProvides a promise-based interface to the file system170
calvinmetcalf/lieA small promise implementation following the Promises/A+ spec743
stevekane/promise-it-wont-hurtA workshop module to teach the use of promises in JavaScript for clean asynchronous code handling737
mattdesl/promise-cookbookAn introduction to using Promises in JavaScript to write cleaner and more maintainable asynchronous code1,615
lilyball/tomorrowlandAn asynchronous task management library that enables safe and efficient chaining of promises with cancellable support117
khanlou/promiseA Promise library for Swift that enables asynchronous operations to be composed and transformed in systematic ways.620
sindresorhus/pifyPromises utility to convert callback-style functions into promise-based versions.1,505
floatdrop/pinkieAn ES2015 Promise implementation for Node.js with polyfills for browser compatibility and minimal functionality138
vitalets/websocket-as-promisedA Promise-based API for interacting with WebSockets596
funcool/promesaA promise library and concurrency toolkit for Clojure and ClojureScript.498
jdeferred/jdeferredA Java library implementing a deferred/promise object similar to JQuery's Deferred Object.1,507
busterc/promise-do-untilCalls a function repeatedly until a condition returns true and then resolves the promise1
kevinoid/promise-nodeifyA module that simplifies the use of promises by providing a safe and consistent way to handle callbacks.2
youngjuning/wx-promise-proA promise-based library for simplifying asynchronous programming in WeChat mini-programs830
eslint-community/eslint-plugin-promiseEnforces best practices for JavaScript promises to improve code readability and maintainability.943