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/lete114/promise.any2

Promise.any() implementation

any polyfill promise

Last synced: 17 Dec 2024

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

理解 JavaScript 的基础知识

javascript promise scope-chain

Last synced: 01 Jan 2025

https://github.com/palanik/promiseful

🤞 Useful patterns with Promise functions

javascript promise promise-library

Last synced: 18 Dec 2024

https://github.com/theroyalwhee0/please

Please: a Promise helper library.

please promise

Last synced: 18 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/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/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/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/gpittarelli/ineedthis

Management of statefull dependencies(/services)

component dependencies javascript mount promise state state-management typescript

Last synced: 24 Nov 2024

https://github.com/soenkekluth/prs

alias for `new Promise`

alias promise

Last synced: 27 Dec 2024

https://github.com/byteboomers/tuai

Asynchronous request–response iframe messaging

asynchronous iframe messaging promise

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

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

reads content from file using utf-8 encoding

promise readfile utf8

Last synced: 02 Jan 2025

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: 19 Dec 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/jzplp/promisejz

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

ecmascript javascript promise

Last synced: 29 Dec 2024

https://github.com/woubuc/deferred

A Promise that can be resolved externally

async deferred javascript promise typescript

Last synced: 24 Nov 2024

https://github.com/vitalets/promised-map

A map of promises that can be resolved or rejected by key

promise promise-library

Last synced: 21 Dec 2024

https://github.com/jonathanstowe/manifesto

Make a supply of the results of Promises

promise raku reactive

Last synced: 15 Dec 2024

https://github.com/axtk/skdl

Promisifying pollings

async polling promise

Last synced: 15 Nov 2024

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

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

https://github.com/seanghay/promisive

Recursive Promise.all that works on object and array

promise

Last synced: 22 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/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/dimaamega/js-promise-implementation

implementation of js promises covered by tests

js learning promise tutorial web

Last synced: 13 Nov 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/clemyan/sisyphus-retry

Lightweight library for retrying asynchronous tasks with fluent API

async await chaining fetch fluent promise retry

Last synced: 16 Dec 2024

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

Simple lib to use promises with events :pager:

events javascript promise promise-with-events typescript

Last synced: 22 Nov 2024

https://github.com/hackerl/aio

A promise-based asynchronous library implemented in C++17 (deprecated - https://github.com/Hackerl/asyncio)

asyncio cpp17 promise

Last synced: 15 Nov 2024

https://github.com/mearns/extrinsic-promises

A convenient promises anti-pattern: promises you can settle from outside the promise.

callbacks hacktoberfest javascript js promise promises reactive reactive-programming

Last synced: 11 Dec 2024

https://github.com/peakchen90/promise

write a promise polyfill

flow jest polyfill promise promisesaplus rollup

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

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

🧩 Partial (mixed) promise execution

async partial promise

Last synced: 27 Oct 2024

https://github.com/bonevidy/vpromise

a lightweight promise/a+ library

asynchronous defer js promise typescript

Last synced: 17 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/bram-l/maggoo

Futuristic models & collections

es6 modeling promise proxy schema

Last synced: 23 Dec 2024

https://github.com/jameslnewell/react

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

firebase observable promise react

Last synced: 01 Jan 2025

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/ramchaik/batch-promise

Effortlessly Manage Promise Execution in JavaScript

batching npm-package parallelism promise typescript

Last synced: 15 Nov 2024

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

Parallel task based on Promise converted to serial task

conversion parallel promise serial

Last synced: 02 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 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: 10 Jan 2025

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/radarsu/ts-timeout-promise

Await timeout promise wrapper.

await promise settimeout timeout typescript

Last synced: 13 Nov 2024

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

Sequnence execution promise.

asynchronous pipeline promise sequence

Last synced: 30 Dec 2024

https://github.com/busterc/promise-do-until

:loop: Calls a function repeatedly until a condition returns true and then resolves the promise

es6-promise flow-control promise promise-library promise-modules promises

Last synced: 12 Dec 2024

https://github.com/program-spiritual/cleverpromise

常用promise 以及 常用方法的 wrapper层 封装

clever cleverpromise es6 promise promisewrapper wraper

Last synced: 17 Dec 2024

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

A cancelable promise implementation.

cancelable promise

Last synced: 01 Jan 2025

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/borela/ls-async

List directories asynchronously using Bluebird promises.

async bluebird directory list listing node nodejs promise

Last synced: 17 Nov 2024

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

Inside out Promise factory

js-platform promise utils

Last synced: 09 Jan 2025

https://github.com/andy2046/promisu

functional promise with operators Map Filter Reduce Scan and more

all debounce every few filter finally functional javascript map promise queue race reducer scan some throttle waitfor

Last synced: 26 Nov 2024

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/pedro-donoso/unpokedex

Pokedex:Se levanta servidor para que el usuario pueda realizar una consulta a la API y obtener imágenes y nombres de los 50 primeros resultados (limitado debido al tiempo de carga)

api async axios backend cors css3 html5 javascript json nodejs promise server

Last synced: 26 Nov 2024

https://github.com/pedro-donoso/curso-node

Curso de node.js de free code camp, fundamentos de Node.js y Express, proyecto práctico y ejemplos, conceptos básicos de desarrollo web back-end, JavaScript asíncrono, npm, módulos de Node.js, JSON, HTTP

await-async eventemitter json promise trycatch url

Last synced: 26 Nov 2024

https://github.com/saber2pr/promise

> promise.

promise

Last synced: 17 Dec 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: 18 Nov 2024

https://github.com/trambarhq/relaks-hacker-news-example

An example of using Relaks to create a Hacker News reader

async asynchronous await hacker-news hn preact promise react relaks

Last synced: 07 Jan 2025

https://github.com/ylzon/handwriting-javascript

手写 currify / promise / bind / Deep Clone / EventHub

bind currify deep-clone eventhub promise

Last synced: 02 Dec 2024

https://github.com/lxsmnsyc/future

Extension to the ES7 Promise

async deferred promise reactive

Last synced: 20 Dec 2024

https://github.com/sosukesuzuki/daolnwod

Download a image from the url.

async http nodejs promise

Last synced: 17 Dec 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/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 Nov 2024

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/duzun/asyncseries.js

Asynchronously process a list of items consecutively

array async async-serial asynchronous esm foreach iteratee map promise reduce reducer series

Last synced: 13 Dec 2024

https://github.com/duzun/jquery.loading

Add class(es) to DOM elements while waiting for async action. Promise or callback.

javascript jquery jquery-plugin loader promise

Last synced: 13 Dec 2024

https://github.com/kovalenkovpu/custom-promise

Custom promise implemenation for learning purposes only.

nodejs promise promises

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

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

a react hook for use promise function.

promise react

Last synced: 18 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/aweiu/wow-shell

shell command, it will be resolved when something is hit, and support the output of colored logs

exec monorepo promise pshell shell spawn

Last synced: 06 Jan 2025

https://github.com/shinychang/ptq

Promise task queue

promise queue task

Last synced: 10 Dec 2024

https://github.com/lddubeau/bluejax

jQuery AJAX wrapped in Bluebird promises.

ajax bluebird diagnosis jquery promise retries

Last synced: 26 Dec 2024

Promise Awesome Lists
Promise Categories