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: 3 months ago
Linked from 1 awesome list
nodeifynodejspromise-nodeify
Related projects:
Repository | Description | Stars |
---|---|---|
| A utility for caching and optimizing promise-returning functions with optional expire times and prefetching capabilities. | 61 |
| Repeats an action until a condition is met, then resolves a promise. | 3 |
| Calls a function repeatedly until a condition returns true and then resolves the promise | 1 |
| Provides a promise-based interface to the file system | 170 |
| Repeats an action until a condition is met and then resolves a promise | 3 |
| A promise class that defers execution until the promise is actually used or specific methods are called | 269 |
| A library that allows you to use any ES 2015 compatible Promise implementation in your application | 180 |
| Port of an async library to use Promises instead of callbacks in Node.js | 29 |
| Promises utility to convert callback-style functions into promise-based versions. | 1,505 |
| A Java library implementing a deferred/promise object similar to JQuery's Deferred Object. | 1,507 |
| A lightweight binding to JavaScript promises in Reason | 340 |
| A workshop module to teach the use of promises in JavaScript for clean asynchronous code handling | 737 |
| A Promise-based API for interacting with WebSockets | 596 |
| A JavaScript framework for creating browser dialogs and notifications. | 2,081 |
| Makes Node.js stream API compatible with browser environments. | 103 |