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/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/rhiokim/wifi

Wifi finder

cli javascript promise wifi

Last synced: 08 Nov 2024

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

๐Ÿ“š JS-HW-09 | Async. Data. Promise

async goit javascript promise

Last synced: 16 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/appgeist/exec

Utility function to execute a shell command and return a Promise

exec nodejs promise server-side shell utilities

Last synced: 06 Nov 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/gregros/promise-stuff

Utility functions for promises!

async javascript promise typescript utility

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: 07 Nov 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/sosukesuzuki/daolnwod

Download a image from the url.

async http nodejs promise

Last synced: 11 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/ramchaik/batch-promise

Effortlessly Manage Promise Execution in JavaScript

batching npm-package parallelism promise typescript

Last synced: 15 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/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/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/nerdify/redis-cache

Minimalist cache function for redis

cache hacktoberfest promise promises redis

Last synced: 10 Oct 2024

https://github.com/davidgtonge/pdi

Node.JS Promise based DI library

dependency-injection di-container promise

Last synced: 07 Nov 2024

https://github.com/d-exclaimation/gocurrent

Go Concurrent Utilities (Breaking changes on go 1.18)

asynchronous future futures go golang promise

Last synced: 07 Nov 2024

https://github.com/ovictoraurelio/promise-remotely

A simple and powerful Promise lib that give to you capability to remote resolve/reject a promise.

async await await-promises concurrency javascript promise remotely

Last synced: 14 Nov 2024

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

ๅฎž็Žฐpromise A+

promise promises-aplus

Last synced: 02 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/gkovacs/cfy

Use generators and yield to write regular callback-based functions

async-functions callback livescript nodeback promise

Last synced: 08 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/snowyu/promise-sequence.js

Sequnence execution promise.

asynchronous pipeline promise sequence

Last synced: 08 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/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/fibo/read-file-utf8

reads content from file using utf-8 encoding

promise readfile utf8

Last synced: 09 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/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/jameslnewell/cancelable-promise

A cancelable promise implementation.

cancelable promise

Last synced: 08 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/deptno/ora-p

๐Ÿงค Promise based currying ora function

cli curried currying loading ora promise terminal

Last synced: 08 Nov 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/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/npkgz/async-magic

Promises FTW! A pure promised based, async toolbox for Node.js >=7.6

async async-await control-flow es2017 javascript library nodejs promise promisify toolbox

Last synced: 12 Nov 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/qeesung/p-cost

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

javascript nodejs promise time

Last synced: 31 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/uditalias/promise-chunkify

Like Promise.all, but with concurrency.

concurency promise

Last synced: 12 Nov 2024

https://github.com/jasonraimondi/nestjs-axios-promise

A thin wrapper around Axios for Nest.js using Promises, because the @nestjs/axios package returns an observable.

axios http-client nestjs nestjs-axios nestjs-http promise

Last synced: 09 Nov 2024

https://github.com/lxsmnsyc/future

Extension to the ES7 Promise

async deferred promise reactive

Last synced: 18 Oct 2024

https://github.com/jiangjie/tiny-future

A tiny way to make `Promise` more convenient to use without any dependencies.

defer deferred future promise tiny

Last synced: 09 Nov 2024

https://github.com/jiangjie/promisetoasync

Convert promise to async function.

async promise

Last synced: 09 Nov 2024

https://github.com/lazervel/promise

The PHP Promise handling PHP promises with additional utilities and features.

error-handlers php promise

Last synced: 10 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/artdecocode/spawncommand

Spawn a ChildProcess with a promise property resolved on exit with stdout, stderr and code.

async child-process fork javascript node nodejs promise spawn

Last synced: 10 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 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/jameslnewell/react

๐Ÿ“ฆ โš›๏ธ A collection of packages for building React applications.

firebase observable promise react

Last synced: 08 Nov 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/xeaone/fsep

FSEP = Fs + Extras + Promises

fs-extra js mkdir node nodejs outputfile promise readfile scaffold

Last synced: 12 Nov 2024

https://github.com/lebrancconvas/async-with-axios

Learning Asynchronus Management Concept in Javascript (NodeJS) with Axios.

async-await asynchronous axios callback javascript lab learning nodejs promise side-project

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/bonevidy/vpromise

a lightweight promise/a+ library

asynchronous defer js promise typescript

Last synced: 29 Oct 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/qiwi/inside-out-promise

Inside out Promise factory

js-platform promise utils

Last synced: 11 Nov 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: 18 Oct 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/neki-dev/promise-partial

๐Ÿงฉ Partial (mixed) promise execution

async partial promise

Last synced: 27 Oct 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/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: 13 Nov 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/shinychang/ptq

Promise task queue

promise queue task

Last synced: 22 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/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/goto-bus-stop/p-join

combine results from multiple promises into a single value

promise

Last synced: 13 Nov 2024

https://github.com/herber/minp

A minimal promise polyfill.

minimal polyfill promise promise-library

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

implementation of js promises covered by tests

js learning promise tutorial web

Last synced: 13 Nov 2024

https://github.com/soenkekluth/prs

alias for `new Promise`

alias promise

Last synced: 07 Nov 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/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/sohanemon/genius-car-client

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

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

Last synced: 15 Nov 2024

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 Nov 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/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/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/shinnn/read-utf8-file

Read contents of a UTF-8 file

async filesystem javascript nodejs promise read utf-8

Last synced: 18 Oct 2024

https://github.com/mitya33/lightbox-lib

LightboxLib is a library of lightbox functions including rich support for creating many types of modal dialogs and also eternal/percentile loading notifications during submissions and uploads.

alert confirm css html javascript lightbox modal promise prompt

Last synced: 08 Nov 2024

https://github.com/scrwdrv/recurdir

recurdir is a lightweight package written in typescript that allows you to make/remove directories easily.

directory filesystem javascript node promise recursive typescript

Last synced: 12 Oct 2024

https://github.com/hailiang-wang/qind

Bind callback fn as promise fn.

nodejs promise

Last synced: 10 Nov 2024

https://github.com/templarian/promisecache

TypeScript Promise Cache Dectorator

angular promise typescript

Last synced: 08 Nov 2024

https://github.com/shinnn/fettuccine-class

A class to create a new fettuccine wrapper that defaults to the given options

class fetch http https javascript nodejs promise request

Last synced: 18 Oct 2024

https://github.com/kimar/promise.kt

A tiny and simple Kotlin Promise library, written in 26 lines of code โ›ท

intellij kotlin library promise

Last synced: 29 Oct 2024

https://github.com/cnlon/promisified-fs

A promisified version of fs(File System) in Node.js.

fs promise

Last synced: 08 Nov 2024

https://github.com/imrandil/promise_javascript_reloaded_real_world_example

promise javascript leet code practice question into real world like implementation

grinding javascript leetcode promise real-world-problem-solving

Last synced: 08 Nov 2024

https://github.com/hamzaerbay/react-github-api

A react experiment with github api

experiment fetch-api github-api promise react

Last synced: 08 Nov 2024

https://github.com/bosens-china/jsonp-asynct

jsonp asynchronous request

jsonp promise typescript

Last synced: 14 Nov 2024

Promise Awesome Lists
Promise Categories