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/wzhouwzhou/easyurban

Urban dictionary definitions. Fast.

dictionary easyurban js lightweight promise urban urbandictionary

Last synced: 01 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/ahzhezhe/async-utility

Utility to convert async function to sync function, execute async function synchronously & resolve promise synchronously.

async async-await promise sync

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/bredele/promise-chain

Execute promises one after an other using Array reduce

cancelable chain promise promise-chain sequential

Last synced: 31 Oct 2024

https://github.com/vitalets/pendings

[DEPRECATED] Better control of promises

promise promise-api promise-library promise-support promises

Last synced: 30 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/lete114/promise.any2

Promise.any() implementation

any polyfill promise

Last synced: 30 Oct 2024

https://github.com/bredele/cypher-through

Filter Neo4j records and return what really matters

neo4j promise records through

Last synced: 31 Oct 2024

https://github.com/shubhankerism/weather-app

This a very basic app that returns the weather details of the address provided. It is developed using node.js and promise.js

nodejs promise

Last synced: 23 Oct 2024

https://github.com/bahmutov/chdir-promise

Changing current working folder as a promise + a stack of folders to jump back.

chdir promise utility

Last synced: 02 Oct 2024

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

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

Light-weight channel-compatible Promise

go golang promise

Last synced: 18 Oct 2024

https://github.com/kouts/promise-loading-handler

A utility to handle loading indicators state

handler indicator loader loading progress promise spinner

Last synced: 28 Oct 2024

https://github.com/tomchen/fetchline

Read text file (remote over HTTP(S) or local) line by line as async iterator, with Node, browsers and Deno

async-iterator browser deno fetch file isomorphic iterable iterator lerna line monorepo node nodejs promise readline

Last synced: 23 Oct 2024

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

https://github.com/tunnckocore/dush-promise

Plugin for `dush` that makes it a Deferred promise and adds `.resolve`, `.reject`, `.than` and `.catch` methods for more better error handling experience

baseplugin deferred deferred-promise dush dushplugin minibaseplugin promise

Last synced: 16 Oct 2024

https://github.com/unional/async-fp

Asynchronous Functional Programming Utilities

async context dependency fp functional functional-programming promise typescript

Last synced: 26 Oct 2024

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

https://github.com/easywebapp/promise

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

babel ecmascript polyfill promise

Last synced: 16 Oct 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/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/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/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/p32929/use-megamind

A simple react hook for managing asynchronous function calls with ease on the client side

async asynchronous-tasks axios client-side-javascript data data-fetching easy fetch generics hooks javascript npm painless promise query react rest simple small typescript

Last synced: 10 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/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/meniny/oath

Promise / Future concept for Swift developing.

future oath promise

Last synced: 12 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/stagfoo/obake

👹 statement management with proxies and promise on glitch

frontend promise proxy react state-management vue

Last synced: 15 Nov 2024

https://github.com/blakek/compose

🛠 Compose functions and promises

functional-programming functions pipeline promise

Last synced: 08 Nov 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/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/iguntur/is-symbolic-link

Check if filepath is symbolic link

await link ln promise symlink

Last synced: 07 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/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/stefee/react-promise-state-hook

A simple React hook that provides state for async actions.

async hook loading promise react react-hooks state

Last synced: 27 Oct 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: 06 Nov 2024

https://github.com/yiminghe/concurrent-runner

run cancelable async function concurrently by concurrency and priority using heap

async cancelable concurrency priority promise

Last synced: 27 Oct 2024

https://github.com/chocolateboy/async-any

Manage various forms of asynchronous completion in a uniform way

async async-completion callback complete completion done node-module npm-module promise promises

Last synced: 16 Oct 2024

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

:book: Learn how to cook promise in Javascript

promise

Last synced: 05 Nov 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/tpaksu/jquery.promisque

A lightweight (1KB) jQuery promises (deferreds) queue system. Can run n queues in parallel at a time. Can be paused, resumed and cleared.

deferred deferred-queue jquery promise queue

Last synced: 29 Oct 2024

https://github.com/asphaltt/promise

ES6 Promise in Go

go promise

Last synced: 13 Nov 2024

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

Inside out Promise factory

js-platform promise utils

Last synced: 11 Nov 2024

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

https://github.com/felix-kaestner/promise

Go Promise Implementation with support for Generics (requires Go v1.18+)

go golang goroutine promise

Last synced: 15 Nov 2024

https://github.com/soenkekluth/prs

alias for `new Promise`

alias promise

Last synced: 07 Nov 2024

https://github.com/quaelin/particl

A small, easy to use JavaScript module that provides asynchronous control flow, event/property listeners, barriers, and more.

async asynchronous callback control-flow promise promises trigger-listeners

Last synced: 02 Oct 2024

https://github.com/herber/minp

A minimal promise polyfill.

minimal polyfill promise promise-library

Last synced: 31 Oct 2024

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

Node.js module for Yandex Translate's API

api node-module promise tranalte yandex

Last synced: 15 Nov 2024

https://github.com/shinychang/ptq

Promise task queue

promise queue task

Last synced: 22 Oct 2024

https://github.com/wolven531/promise-tests

Used to demonstrate and explain different promise and async concepts and libraries

async async-await asynchronous javascript js nodejs promise promise-library promises react reactjs reactts ts typescript

Last synced: 07 Nov 2024

https://github.com/kaelzhang/p-async-cache

Cache the async promise lookups and avoid fetching the same thing more than necessary.

async cache lru-cache nodejs promise

Last synced: 26 Oct 2024

https://github.com/neki-dev/promise-partial

🧩 Partial (mixed) promise execution

async partial promise

Last synced: 27 Oct 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/bonevidy/vpromise

a lightweight promise/a+ library

asynchronous defer js promise typescript

Last synced: 29 Oct 2024

https://github.com/k1r0s/korm

[DEPRECATED] Lightweight orm with different DB adapters

database orm orm-library ormlite promise sqlite

Last synced: 27 Oct 2024

https://github.com/jameslnewell/react

📦 ⚛️ A collection of packages for building React applications.

firebase observable promise react

Last synced: 08 Nov 2024

https://github.com/jonathanstowe/manifesto

Make a supply of the results of Promises

promise raku reactive

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

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

Various functions for working with streams inside async functions

promise promisify stream

Last synced: 17 Oct 2024

https://github.com/lxsmnsyc/future

Extension to the ES7 Promise

async deferred promise reactive

Last synced: 18 Oct 2024

https://github.com/belgattitude/desync

Small utilities for dealing with data, typescript and react

async hooks promise react typescript

Last synced: 24 Oct 2024

https://github.com/qeesung/p-cost

How long will a Promise to be resolved(rejected) ?

javascript nodejs promise time

Last synced: 31 Oct 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: 31 Oct 2024

https://github.com/bredele/annul

Cancel promise if not resolved or rejected before a given time in miliseconds

cancel promise

Last synced: 31 Oct 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/ricmoo/promise-rationing

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

javascript promise

Last synced: 29 Oct 2024

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

A cancelable promise implementation.

cancelable promise

Last synced: 08 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/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/semibran/img-load

:sunrise_over_mountains::sparkles: tiny promise-based <img> loader for the browser

async browser image-loader promise

Last synced: 01 Nov 2024

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

实现promise A+

promise promises-aplus

Last synced: 02 Nov 2024

https://github.com/nerdify/redis-cache

Minimalist cache function for redis

cache hacktoberfest promise promises redis

Last synced: 10 Oct 2024

https://github.com/wallneradam/node-express-async

Automatically handles unhandled async middleware errors by sending them to next() function.

async-await es6 expressjs javascript node-module nodejs promise

Last synced: 11 Nov 2024

https://github.com/neogeek/raspar

⛏ A simple to use Promise-based web scraper with local caching.

promise web-scraper

Last synced: 27 Oct 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/sosukesuzuki/daolnwod

Download a image from the url.

async http nodejs promise

Last synced: 11 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/mieky/trello-fetcher

Promise-based wrapper for easy Trello API calls

api convenience helper minimal promise request trello wrapper

Last synced: 13 Oct 2024

https://github.com/mieky/cherish

A minimal cache wrapper for all kinds of function calls

cache fetch in-memory minimal promise wrapper

Last synced: 13 Oct 2024

https://github.com/nashaofu/parallel-to-serial

Parallel task based on Promise converted to serial task

conversion parallel promise serial

Last synced: 08 Nov 2024

https://github.com/saber2pr/promise

> promise.

promise

Last synced: 11 Oct 2024

https://github.com/peternaydenov/ask-for-promise

Decoupled promise from the code. Promise with ttl, promise sequence, promise parallel and other useful promise tools.

chain paralell promise promises sequence timeout ttl

Last synced: 11 Nov 2024

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

Consume streams with a promise-returning function

nodejs promise stream

Last synced: 17 Oct 2024

https://github.com/jerrykingxyz/react-use-promise-func

a react hook for use promise function.

promise react

Last synced: 11 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

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

Promise Awesome Lists
Promise Categories