Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Promise

A promise is an object returned by an asynchronous function, which represents the current state of the operation. At the time the promise is returned to the caller, the operation often isn’t finished, but the promise object provides methods to handle the eventual success or failure of the operation.

https://github.com/theroyalwhee0/please

Please: a Promise helper library.

please promise

Last synced: 18 Dec 2024

https://github.com/wzhouwzhou/easyurban

Urban dictionary definitions. Fast.

dictionary easyurban js lightweight promise urban urbandictionary

Last synced: 19 Dec 2024

https://github.com/kritollm/retry-wrapper

Easily add retry logic to any function returning a Promise.

async promise retry wrapper

Last synced: 01 Jan 2025

https://github.com/anseki/dual-api

Make your module implement dual APIs, callback API and thenable (Promise) API.

api callback callback-api dual dual-apis promise reject resolve then thenable

Last synced: 24 Dec 2024

https://github.com/appgeist/get-file-from-url

Utility function to download a file from a specified URL

download file nodejs promise server-side utilities

Last synced: 25 Dec 2024

https://github.com/jaid/read-file-string

Returns file content as a UTF-8 string. Returns null if file does not exist (or is a directory) instead of throwing an Error.

file filesystem lib library load-file loader promise read-file string util utility

Last synced: 25 Dec 2024

https://github.com/eliranwong/precious-bible-promises

Precious Bible Promises (compiled by Samuel Clarke) [2472 verses tagged]

bible precious-bible-promises promise script tool uniquebible

Last synced: 01 Jan 2025

https://github.com/denysdovhan/slides-promises

Slides for my talk about Promises

chernivtsijs javascript promise slide slides spectacle

Last synced: 17 Jan 2025

https://github.com/pranit-harekar/async-middleware

A lightweight promise based async middleware package with complete typings

asynchronous middleware promise typescript

Last synced: 26 Dec 2024

https://github.com/lsongdev/promise.js

:zap: A fast and simple Promise/A+ implementation

promise promise-a-plus

Last synced: 02 Jan 2025

https://github.com/keyvan-m-sadeghi/babel-plugin-transform-util-promisify

Transforms util.promisify for node versions < 8

babel babel-plugin promise promisify

Last synced: 26 Dec 2024

https://github.com/bastkakrolot/rslot

A library for building clear UI structures for React

await promise react react-slot rslot slot

Last synced: 19 Dec 2024

https://github.com/cweili/async-throttle-cache

Throttle asynchronous functions and return cached result for each function calls. It can be used for rate limit.

async asynchronous await cache promise rate-limit rate-limiter request throttle

Last synced: 10 Jan 2025

https://github.com/singcl/promise

🦁 Step by step build a Promise Class & Promise/Promise A+

callback coverage david fossa-status promise size then thenable travis-ci

Last synced: 03 Jan 2025

https://github.com/harish2704/node-standalone-mutex

A standalone Mutex implementation for Nodejs which depends on Nodes inter-process communication

cluster lock mutex nodejs promise

Last synced: 18 Jan 2025

https://github.com/awcross/images-loaded

Wait for images to load using promises. No dependencies.

browser dom images imagesloaded promise

Last synced: 20 Jan 2025

https://github.com/a-x-/parallel

Runs a bunch of promises like Promise.all does, but takes an object instead of array

promise

Last synced: 11 Jan 2025

https://github.com/meniny/oath

Promise / Future concept for Swift developing.

future oath promise

Last synced: 20 Jan 2025

https://github.com/olekenneth/node-readdir-recursive-promise

Read directory and return promise or directory object with files

javascript nodejs promise readdir

Last synced: 05 Dec 2024

https://github.com/herber/minp

A minimal promise polyfill.

minimal polyfill promise promise-library

Last synced: 18 Dec 2024

https://github.com/rpominov/rescript-promise

Another Promise bindings for ReScript

promise rescript

Last synced: 24 Jan 2025

https://github.com/mrdulin/go-promise

Go language implementation of Promise static method in JavaScript.

concurrency concurrent-programming go golang javascript promise

Last synced: 12 Jan 2025

https://github.com/dimaamega/asynchronous-concurrency-primitives-js

Implementation of asynchronous Barrier, Mutex, RWMutex in javascript

asyncronous coroutines javascript nodejs promise

Last synced: 12 Jan 2025

https://github.com/royalicing/syrup

Asynchronous data flow in Swift using enums

async data-flow enum promise swift swift-library

Last synced: 18 Jan 2025

https://github.com/g770728y/react-promisify-modal

可能是最完善的基于promise的react对话框管理方式

hooks modal promise react

Last synced: 05 Jan 2025

https://github.com/stuart-williams/q6

Just a bunch of ES6 Promise helper functions

async es6-promise node promise promises q q6

Last synced: 19 Jan 2025

https://github.com/notwoods/promise-stream-utils

Various functions for working with streams inside async functions

promise promisify stream

Last synced: 20 Dec 2024

https://github.com/dmitrymyadzelets/ya-translate

Node.js module for Yandex Translate's API

api node-module promise tranalte yandex

Last synced: 16 Jan 2025

https://github.com/idea2app/lark-client-api

Unofficial Lark client JS API based on ECMAScript 6 Promise & TypeScript 4, makes it easier to build Web or Mini-app in Lark client.

client lark mini-app promise sdk web

Last synced: 22 Jan 2025

https://github.com/ronanyeah/promise-workshop

FAC/GSG Workshop - April 2017

javascript promise promise-workshop tutorial

Last synced: 30 Nov 2024

https://github.com/dev-jeromebaek/redux-simple-pending

🕶 Awesome Redux simple module that helps to management async actions based on promise. (pending and error) 🤩

babel immutable pending promise react reducer redux webpack

Last synced: 11 Jan 2025

https://github.com/greguz/ultres

Rust Result for JavaScript with Promise support

async nodejs promise result rust

Last synced: 24 Nov 2024

https://github.com/cheprasov/js-worker-thread

The WorkerThread wraps a Web Worker with a Promise, also the class creates a worker script on the fly (without having to create separate worker files). You can "inline" your worker function in the same js file as main logic.

promise thread webworker

Last synced: 24 Jan 2025

https://github.com/yuriipohorilets/goit-js-hw-09

📚 JS-HW-09 | Async. Data. Promise

async goit javascript promise

Last synced: 16 Jan 2025

https://github.com/gpittarelli/ineedthis

Management of statefull dependencies(/services)

component dependencies javascript mount promise state state-management typescript

Last synced: 24 Nov 2024

https://github.com/ayush-kanduri/dog-images-gallery

This project uses the Dog CEO API to fetch all the images of the dog's breed or sub-breed. This API Web App uses the Async-Await & Promises for the fetch() API calls. It also implements a setTimeout() for the Asynchronicity of the website. It is built using HTML, CSS, Javascript.

api async-await css fetch-api html javascript promise

Last synced: 13 Jan 2025

https://github.com/gabemeola/resolve-chain

Chains pending promises and captures resolved return values

chain group promise waitgroup

Last synced: 20 Jan 2025

https://github.com/ashokdey/sendotp-promise

promise bug fixed api for sendotp by msg91

async-await msg91 nodejs promise sendotp travis-ci

Last synced: 30 Nov 2024

https://github.com/worker-tools/extendable-promise

A promise that can be delayed (extended) via repeated calls to waitUntil.

javascript promise

Last synced: 16 Jan 2025

https://github.com/darky/klubok

Do notation pipes for Promise-based or pure functions which easy to mock

do-notation functional-programming javascript mock pipe promise typescript unit-testing

Last synced: 11 Jan 2025

https://github.com/snowyu/promise-sequence.js

Sequnence execution promise.

asynchronous pipeline promise sequence

Last synced: 30 Dec 2024

https://github.com/alexhtech/data-fetcher

Promise based HTTP client for the browser and node.js

http-client javascript node-js promise

Last synced: 12 Jan 2025

https://github.com/sevenwestmedia-labs/promise-completion-source

Creates a promise producer which controls the completion/rejection of the promise available through the .promise key.

promise

Last synced: 16 Jan 2025

https://github.com/maxgfr/node-simple-context

A minimalist context for node, inspired by React Context API

async-hooks async-local-storage context context-api global-variables node-context promise typescript

Last synced: 06 Nov 2024

https://github.com/b-gran/promise-plumbing

Functional, Promise-based control flow primitives inspired by async

async control control-flow flow functional functional-programming promise

Last synced: 28 Dec 2024

https://github.com/elusivecodes/fyrepromise

FyrePromise is a free, open-source promise library for PHP.

async php promise

Last synced: 23 Nov 2024

https://github.com/jdeurt/unwrapped-promise

An extension of Javascript's native Promise class that gives you more control over its lifecycle

javascript promise

Last synced: 05 Dec 2024

https://github.com/sohanemon/genius-car-client

readme: axios, react-hook-form, promise handling

axios promise react react-hook-form react-hooks swiper

Last synced: 15 Jan 2025

https://github.com/jaid/emit-promise

Promisified socket.io acknowledgement callbacks.

emit emit-promise lib library node promise socket socket-io util utility websocket

Last synced: 15 Jan 2025

https://github.com/spacetab-io/jira-tempo-sdk-php

Asynchronous PHP Jira Tempo SDK.

amphp async jira php php74 promise sdk sdk-php tempo

Last synced: 19 Jan 2025

https://github.com/thomaschampagne/promise-tron

PromiseTron is a promise based communication system which simplify data exchange between electron main and renderer processes

electron ipcmain ipcrenderer promise

Last synced: 22 Jan 2025

https://github.com/seanghay/promisive

Recursive Promise.all that works on object and array

promise

Last synced: 22 Jan 2025

https://github.com/kevinokerlund/cancellable-promise

An extension of native ES6 Promises that provides the ability to cancel and/or clear promise chains.

clear-promise-chains es6-promise javascript-promise native-es6-promises promise promise-cancelling promise-chain promises

Last synced: 22 Jan 2025

https://github.com/d4nyll/resolve-when

Returns a promise that resolves once condition is met

javascript nodejs promise

Last synced: 15 Nov 2024

https://github.com/peakchen90/promise

write a promise polyfill

flow jest polyfill promise promisesaplus rollup

Last synced: 19 Jan 2025

https://github.com/lxsmnsyc/future

Extension to the ES7 Promise

async deferred promise reactive

Last synced: 20 Dec 2024

https://github.com/gkovacs/cfy

Use generators and yield to write regular callback-based functions

async-functions callback livescript nodeback promise

Last synced: 30 Dec 2024

https://github.com/pimm/bluster

Test both promises and callbacks in one go

async callback coverage javascript jest promise test

Last synced: 09 Jan 2025

https://github.com/borela/ls-async

List directories asynchronously using Bluebird promises.

async bluebird directory list listing node nodejs promise

Last synced: 18 Jan 2025

https://github.com/apal21/sqs-delayed-notification

Amazon SQS wrapper for delayed notification that can be used for exponential back off for applications such as custom callbacks or webhooks

batch dead-letter-queues notifications promise sqs webhook webhooks

Last synced: 31 Dec 2024

https://github.com/zeecoder/z-image-preloader

Image preloading with promise support.

module preloader promise

Last synced: 29 Nov 2024

https://github.com/xotic750/delay-promise-x

Create a delayed promise.

delay promise

Last synced: 18 Jan 2025

https://github.com/prohetamine/forpromise

⚙️ While for promise

javascript npm npm-package promise

Last synced: 20 Jan 2025

https://github.com/martinsbicudo/promise-with-events

Simple lib to use promises with events :pager:

events javascript promise promise-with-events typescript

Last synced: 23 Jan 2025

https://github.com/tjenkinson/promise-chain-settled

Provides a way of knowing when a promise chain is settled. Useful for testing.

fulfilled promise promise-chain rejected resolved settled testing

Last synced: 21 Dec 2024

https://github.com/woubuc/deferred

A Promise that can be resolved externally

async deferred javascript promise typescript

Last synced: 24 Jan 2025

https://github.com/juanjoarreola/osprey

A Library to connect to APIs built on top of URLSession

api-client json json-api multipart networking promise request swift urlsession

Last synced: 16 Jan 2025

https://github.com/wsmd/sleepsort-promise

😴 A Promise based implementation of SleepSort

algorithm promise sleepsort sort sorting-algorithms

Last synced: 21 Dec 2024

https://github.com/kubatbekkk/async-race

This TypeScript OOP project involves building an SPA for managing a collection of cars, operating their engines, and displaying race statistics. The project is designed to train the use of async functions in JavaScript, including Promises and async/await, while utilizing OOP principles.

async oop promise typescript

Last synced: 12 Jan 2025

https://github.com/shiningjason/load-script

💫 A simple async script loader for modern browsers.

async browser javascript load-js load-script npm-package promise

Last synced: 24 Dec 2024

https://github.com/qiwi/inside-out-promise

Inside out Promise factory

js-platform promise utils

Last synced: 09 Jan 2025

https://github.com/kritollm/cb-topromise-wrapper

Easily convert a function that takes a callback to return a promise instead.

async callback convert promise

Last synced: 19 Jan 2025

https://github.com/avivharuzi/promise-all-batch

Call concurrent promises in batches

batch concurrency esm javascript nodejs promise typescript

Last synced: 24 Dec 2024

https://github.com/d-band/micro-fs

File system and globbing utilities

copy delete filesystem fs glob move promise

Last synced: 24 Nov 2024

https://github.com/nazar-pc/async-eventer

A tiny library with asynchronous Promise-based implementation of events dispatching and handling

async asynchronous dispatch event handle promise

Last synced: 24 Nov 2024

https://github.com/shinnn/npcache

Manipulate cache of npm packages

cache javascript nodejs npm promise stream

Last synced: 07 Dec 2024

https://github.com/shinnn/reject-unsatisfied-npm-version

Make a Promise rejection unless the currently installed npm CLI satisfies the required version

async javascript nodejs npm promise rejection version

Last synced: 07 Dec 2024

https://github.com/shinnn/load-from-cwd-or-npm

Load a module from either CWD or npm CLI directory

async fallback import javascript loading module-loader nodejs npm promise

Last synced: 07 Dec 2024

https://github.com/jzplp/promisejz

符合Promises/A+规范的Javascript异步编程Promise的完整实现,并且提供了与ECMAScript同样的实用函数。

ecmascript javascript promise

Last synced: 29 Dec 2024

https://github.com/belgattitude/desync

Small utilities for dealing with data, typescript and react

async hooks promise react typescript

Last synced: 13 Dec 2024

https://github.com/bredele/atleast

Create a timed out promise from a given value and time in miliseconds.

asynchronous await promise resolve timeout

Last synced: 19 Dec 2024

https://github.com/shisama/toggle-fullscreen

Simple to use Fullscreen API with Promise for cross-browser.

cross-browser fullscreen fullscreen-api javascript promise

Last synced: 20 Jan 2025

https://github.com/dzek69/rmdir-promise

Promisified `rmdir` npm module.

es6 javascript node npm promise promises rmdir

Last synced: 14 Jan 2025

https://github.com/exoticknight/parallelpromise

run promises with timeout, in parallel

parallel promise typescript

Last synced: 20 Jan 2025

https://github.com/shinnn/output-file

Write a file and create its ancestor directories if needed

ancestor-directories async javascript mkdir mkdirp nodejs promise writefile

Last synced: 07 Dec 2024

https://github.com/shinnn/read-exif

Get Exif data from a JPEG file without reading whole contents

exif javascript jpeg jpg metadata nodejs promise

Last synced: 07 Dec 2024

https://github.com/joelvoss/request-lit

Small Promise based HTTP client

fetch http-client javascript nodejs promise

Last synced: 11 Nov 2024

https://github.com/shinnn/read-utf8-file

Read contents of a UTF-8 file

async filesystem javascript nodejs promise read utf-8

Last synced: 07 Dec 2024

https://github.com/fabervitale/pinky-promise

A Promise A+ spec compliant implementation written in Typescript

promise promise-library promiseaplus typescript

Last synced: 27 Oct 2024

Promise Awesome Lists
Promise Categories