promise-nodeify
Callback handler
A module that simplifies the use of promises by providing a safe and consistent way to handle callbacks.
Call a Node-style callback with the resolution value or rejection cause of a Promise without the common pitfalls.
2 stars
2 watching
0 forks
Language: JavaScript
last commit: 14 days ago
Linked from 1 awesome list
nodeifynodejspromise-nodeify
Related projects:
Repository | Description | Stars |
---|---|---|
nodeca/promise-memoize | A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities. | 61 |
busterc/promise-do-whilst | Repeats an action until a condition is met, then resolves a promise. | 3 |
busterc/promise-do-until | Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
kevinbeaty/fs-promise | Provides a promise-based interface to the file system | 170 |
busterc/promise-until | Repeats an action until a condition is met and then resolves a promise | 3 |
sindresorhus/p-lazy | A promise class that defers execution until the promise is actually used or specific methods are called | 268 |
kevinbeaty/any-promise | A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |
jgornick/asyncp | Port of an async library to use Promises instead of callbacks in Node.js | 29 |
sindresorhus/pify | Promises utility to convert callback-style functions into promise-based versions. | 1,505 |
jdeferred/jdeferred | A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
aantron/promise | A lightweight binding to JavaScript promises in Reason | 340 |
stevekane/promise-it-wont-hurt | A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
vitalets/websocket-as-promised | A Promise-based API for interacting with WebSockets | 596 |
mohammadyounes/alertifyjs | A JavaScript framework for creating browser dialogs and notifications. | 2,081 |
browserify/stream-browserify | Makes Node.js stream API compatible with browser environments. | 103 |