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/rimiti/promise-loop-delay

Simple way to add custom delay between multiples promises

delay loop node promise

Last synced: 07 Nov 2024

https://github.com/papb/better-promise-error-log

Better error logs for unhandled errors in promises

error javascript jsonify-error log promise

Last synced: 08 Nov 2024

https://github.com/echosoar/gax

Promise mode ajax component,compatible with most major browsers

ajax gax jsonp promise

Last synced: 12 Nov 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: 12 Nov 2024

https://github.com/kaelzhang/node-logical-promise

Javascript logical operators on Promises

nodejs promise template-literals

Last synced: 26 Oct 2024

https://github.com/lfb/javascript-basics

理解 JavaScript 的基础知识

javascript promise scope-chain

Last synced: 08 Nov 2024

https://github.com/mkloubert/js-promises

Helpers for promises, which work in Node and the browser.

browser function helper javascript nodejs promise

Last synced: 11 Nov 2024

https://github.com/kaelzhang/promise.extra

Promise.series, Promise.waterfall with vanilla Promise.

promise promise-extra promise-reduce promise-series promise-waterfall

Last synced: 26 Oct 2024

https://github.com/iocmd/hold-up

setInterval with promises, counter and error handling

async await javascript nodejs promise setinterval settimeout

Last synced: 17 Oct 2024

https://github.com/jmendiara/foratata

Concurrent TaskQueue with lifecycle notification

async nodejs promise queue

Last synced: 11 Nov 2024

https://github.com/iguntur/is-symbolic-link

Check if filepath is symbolic link

await link ln promise symlink

Last synced: 07 Nov 2024

https://github.com/iguntur/bin-exists

Check if the binary exists on system

async bin binary exists lightweight promise sync

Last synced: 07 Nov 2024

https://github.com/EasyWebApp/Promise

Promise/A+ implement based on ES 6+ & Babel

babel ecmascript polyfill promise

Last synced: 23 Oct 2024

https://github.com/compulim/has-resolved

Checks if a Promise is resolved or rejected asynchronously

asynchronous promise rejection resolution

Last synced: 06 Nov 2024

https://github.com/arghyadeep-k/async-get-file

A wrapper around download-file package to make it return a promise.

async download files npm package promise wrapper

Last synced: 11 Oct 2024

https://github.com/meniny/oath

Promise / Future concept for Swift developing.

future oath promise

Last synced: 12 Oct 2024

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

Another Promise bindings for ReScript

promise rescript

Last synced: 13 Oct 2024

https://github.com/yuleicul/build-your-own

🛠 Learning by building. Build your own React, SWR, Promise, Async/await, etc.

async-await homemade promise react source-code swr

Last synced: 29 Oct 2024

https://github.com/bukinoshita/rssjson

RSS promise generator for Node

feed json promise rss rss2json rssjson rsstojson xml

Last synced: 27 Oct 2024

https://github.com/topthinking/angular-webapp-top

angular1制作个站,加深学习

angular1 angularjs oclazyload promise

Last synced: 10 Nov 2024

https://github.com/so1ve/crpr

Create a promise, but avoid using constructors.

javascript promise

Last synced: 27 Oct 2024

https://github.com/blakek/compose

🛠 Compose functions and promises

functional-programming functions pipeline promise

Last synced: 08 Nov 2024

https://github.com/asphaltt/promise

ES6 Promise in Go

go promise

Last synced: 13 Nov 2024

https://github.com/luoyjx/promise-cookbook

:book: Learn how to cook promise in Javascript

promise

Last synced: 05 Nov 2024

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

Go language implementation of Promise static method in JavaScript.

concurrency concurrent-programming go golang javascript promise

Last synced: 13 Nov 2024

https://github.com/tunnckocore/native-promise-deferred

A deferred Promise, using `native-or-another` behind and so it work on Node.js v0.10 too!

deferred deferred-promise native native-promise promise

Last synced: 16 Oct 2024

https://github.com/herberthe/react-await

Await Component for promise data rendering for React

await component promise react

Last synced: 14 Nov 2024

https://github.com/ipluser/promise-interceptor

An interceptor tool for Promise.

interceptor promise promise-library

Last synced: 14 Nov 2024

https://github.com/wzhouwzhou/easyurban

Urban dictionary definitions. Fast.

dictionary easyurban js lightweight promise urban urbandictionary

Last synced: 01 Nov 2024

https://github.com/rohan-deshpande/rd-fetch

A developer friendly fetch wrapper class

class fetch json promise wrapper

Last synced: 05 Nov 2024

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

Implementation of asynchronous Barrier, Mutex, RWMutex in javascript

asyncronous coroutines javascript nodejs promise

Last synced: 13 Nov 2024

https://github.com/qianlongo/promise-analysis

探究promise源码与实现

es6 promise

Last synced: 13 Nov 2024

https://github.com/shiranuit/luacoro

Lua library made to do Async / Await using coroutines.

async hacktoberfest lua promise

Last synced: 15 Oct 2024

https://github.com/betterez/btrz-simple-dao

***Very simple*** DAO for MongoDb on top of promised-mongo (Released) (Category: back-end)

javascript mock mongo mongodb promise

Last synced: 13 Nov 2024

https://github.com/rueian/context-circuit-breaker

context circuit breaker for nodejs

async-await circuit-breaker nodejs promise

Last synced: 13 Oct 2024

https://github.com/gerkindev/sequential-event

An event emitter that supports promises for sequential execution of handlers

eventemitter javascript promise

Last synced: 14 Oct 2024

https://github.com/cleilsonandrade/starwars_dashboard

Aplicação desenvolvida utilizando a API do SWAPI, exibindo dados dos 7 filmes da franquia StarWars, utilizando a lib Google Charts para exibição de gráficos em formato de dashboard, realizando requisições via fetch API por meio de Promises.

api css dashboard design feather-icons google-charts graphics html javascript promise starwars

Last synced: 10 Nov 2024

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: 06 Nov 2024

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

Easily add retry logic to any function returning a Promise.

async promise retry wrapper

Last synced: 08 Nov 2024

https://github.com/andrei-cacio/async-javascript

Basic examples of using Promises and Async/Await

asynchronous-programming javascript promise

Last synced: 09 Nov 2024

https://github.com/sumolari/operationskit

Subclasses of NSOperation to work with promises

ios macos nsoperation operations promise promisekit

Last synced: 22 Oct 2024

https://github.com/deanrad/antares-ts

Antares is an Architecture for making real-time applications with confidence.

async functional-programming observable promise react reactive-programming redux rxjs rxjs6

Last synced: 19 Oct 2024

https://github.com/nwtgck/promise-http-server-npm

Promise-based HTTP server for JavaScript/TypeScript: using accept(), easy to use in async-await context

accept http-server http2 http2-server javascript node nodejs promise typescript

Last synced: 02 Nov 2024

https://github.com/chrisgervang/thunk-kickoff

🏈 Get promises out the door and into your store!

action-creator async promise react redux redux-thunk thunk-kickoff

Last synced: 28 Oct 2024

https://github.com/iso50/step-by-step

Tiny tooling to execute Promises in a synchronous manner

array async asynchronous es6 javascript library promise synchronous

Last synced: 08 Nov 2024

https://github.com/swivelgames/thenable-events

Powerful event-based system that introduces thenable objects to enable promise-like event handling.

emitter es2015 es2015-modules es6 events javascript library modules node nodejs promise promises thenable utilities

Last synced: 13 Nov 2024

https://github.com/gregros/promise-stuff

Utility functions for promises!

async javascript promise typescript utility

Last synced: 06 Nov 2024

https://github.com/goto-bus-stop/p-join

combine results from multiple promises into a single value

promise

Last synced: 13 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: 12 Nov 2024

https://github.com/bonevidy/vpromise

a lightweight promise/a+ library

asynchronous defer js promise typescript

Last synced: 29 Oct 2024

https://github.com/soenkekluth/prs

alias for `new Promise`

alias promise

Last synced: 07 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: 07 Nov 2024

https://github.com/markusjx/n-api-tools

A toolbox for node-addon-api

javascript n-api nodejs promise

Last synced: 15 Oct 2024

https://github.com/nicolassiver/task-runner-promise

Task Runner as a service implemented with Promises.

fifo promise queue run runner task

Last synced: 14 Oct 2024

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/belsrc/eslint-config-belsrc

Collection of ESLint plugin configs

eslint eslint-config import javascript jsx linting promise vue

Last synced: 10 Nov 2024

https://github.com/pimm/bluster

Test both promises and callbacks in one go

async callback coverage javascript jest promise test

Last synced: 11 Nov 2024

https://github.com/cxuesong/tasklike-promise-library

A .NET-Task-like ES6 Promise extension library for JavaScript.

cancellable-promise promise tpl xhr

Last synced: 23 Oct 2024

https://github.com/rodrigo-lima/thenkit

Promises/A+ implementation in Swift 2 inspired by Pinky - http://lazd.github.io/Pinky/

asynchronous promise swift

Last synced: 13 Oct 2024

https://github.com/qard/stream-produce-promise

Write to streams with a promise-returning function

nodejs promise stream

Last synced: 17 Oct 2024

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

Inside out Promise factory

js-platform promise utils

Last synced: 11 Nov 2024

https://github.com/mtripg6666tdr/async-lock

Promise based simple mutex for JS: preventing from running same code block at the same time.

async async-lock browser javascript lock mutex nodejs promise promise-lock

Last synced: 06 Nov 2024

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: 28 Oct 2024

https://github.com/clemyan/sisyphus-retry

Lightweight library for retrying asynchronous tasks with fluent API

async await chaining fetch fluent promise retry

Last synced: 28 Oct 2024

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

Call concurrent promises in batches

batch concurrency esm javascript nodejs promise typescript

Last synced: 06 Nov 2024

https://github.com/dinoboff/git-spawned-promise

Promisify a git child process, settling once the process exits and its stdio streams and transformers close.

git nodejs promise

Last synced: 14 Oct 2024

https://github.com/shinnn/win-user-installed-npm-cli-path

Resolve the path of `npm-cli.js` included in the user-installed npm on Windows

javascript nodejs npm path promise resolution windows

Last synced: 18 Oct 2024

https://github.com/robojones/smart-promisify

A smart implementation of promisify using native promises for Node.js

callback javascript native-promises nodejs npm promise promisify

Last synced: 14 Oct 2024

https://github.com/sosukesuzuki/daolnwod

Download a image from the url.

async http nodejs promise

Last synced: 11 Oct 2024

https://github.com/dimaamega/js-promise-implementation

implementation of js promises covered by tests

js learning promise tutorial web

Last synced: 13 Nov 2024

https://github.com/zeekay/broken

💔 Promises are meant to be broken.

es-module javascript promise promises

Last synced: 11 Nov 2024

https://github.com/inadarei/fakepromise

Fake Promise Based on Timeout

promise testing

Last synced: 20 Oct 2024

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

Easily add logic to limit concurrent execution of any function returning a Promise.

async concurrent max parallel promise

Last synced: 08 Nov 2024

https://github.com/huang2002/timer-x

A promise-based timer.

3h async promise sleep timer wait

Last synced: 15 Nov 2024

https://github.com/can-dy-jack/mypromise

实现promise A+

promise promises-aplus

Last synced: 02 Nov 2024

https://github.com/cdaringe/promise_fns

Promise utility functions for Deno

bluebird deno promise promise-fns promise-fun promise-funs utilities

Last synced: 11 Nov 2024

https://github.com/joostf/async-demo

Async JavaScript demo for a talk in the Tech Track @CMD Amsterdam

api async-await event-loop fetch json promise xhr

Last synced: 14 Oct 2024

https://github.com/radarsu/ts-timeout-promise

Await timeout promise wrapper.

await promise settimeout timeout typescript

Last synced: 13 Nov 2024

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

😴 A Promise based implementation of SleepSort

algorithm promise sleepsort sort sorting-algorithms

Last synced: 04 Nov 2024

https://github.com/streetstrider/booth

Booth provides symmetric Event API over websocket or unix domain socket

flyd frp node promise realtime request socket socket-io socketio stream

Last synced: 08 Nov 2024

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: 12 Oct 2024

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: 08 Nov 2024

https://github.com/brainpoint/febs-java

The common libraries in fluent api. Most api is like javascript.

febs fetch java-js net promise promise-java stage thread threadpool

Last synced: 08 Nov 2024

https://github.com/anwesh43/memoize_promise_call

Don't promise the same thing again 🙅. Memoize it 💪

memoization node nodejs npm promise

Last synced: 06 Nov 2024

https://github.com/jameslnewell/cancelable-promise

A cancelable promise implementation.

cancelable promise

Last synced: 08 Nov 2024

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: 06 Nov 2024

https://github.com/ricmoo/promise-rationing

Promise-like interface to limit how many concurrent promises are executed.

javascript promise

Last synced: 29 Oct 2024

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

List directories asynchronously using Bluebird promises.

async bluebird directory list listing node nodejs promise

Last synced: 12 Oct 2024

https://github.com/kekyo/future-promise

future-promise implements at C++ from scratch

async c-plus-plus cps future promise

Last synced: 30 Oct 2024

https://github.com/thaddeusjiang/react-promise-data

Don't wrong again about "isLoading? 🔄 : isError ? ❌ : 👍"

promise reactjs

Last synced: 25 Oct 2024

https://github.com/kessler/node-async-map-limit

like Promise.all() but with limit on concurrency

async-await node node-module nodejs promise

Last synced: 13 Oct 2024

Promise Awesome Lists
Promise Categories