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/flipeador/node-promise-ex

Provides extended promise functionality and utilities.

async-await es-module extended javascript nodejs promise

Last synced: 14 Jan 2025

https://github.com/zyszys/promice

Simple implementation of Promises/A+.

promise promises-aplus

Last synced: 21 Jan 2025

https://github.com/mikeludemann/javascript-promises-versus-observables

Different between Observables and Promises with JavaScript

javascript observable promise

Last synced: 07 Dec 2024

https://github.com/jill64/async-observer

🔭 Make Promise state observable as a string for svelte

oberservable promise svelte utility

Last synced: 10 Nov 2024

https://github.com/kaelzhang/p-concurrency

Decorate async functions with limited concurrency, which can be used as decorator in the future.

async concurrency javascript nodejs promise

Last synced: 14 Dec 2024

https://github.com/afeiship/next-is-promise

Test whether an object looks like a promises-a+ promise.

next promise thenable

Last synced: 14 Dec 2024

https://github.com/nevoland/futurise

🔮 Helpers for things that happen in the future.

asynchronous event interval listener promise timer

Last synced: 15 Nov 2024

https://github.com/damiancipolat/asyncmaster

En este repositorio hay ejemplos y experimentos para trabajar con NodeJS usando asincronismo.

asynchronous nodejs promise

Last synced: 28 Dec 2024

https://github.com/develephant/spawnp

A simple Async/Promise wrapper around child_process.spawn

async await es2017 node process promise spawn

Last synced: 22 Dec 2024

https://github.com/s-ranjith1/async-await-project-2

GitHub Details Task completed using Fetch and Promise

css fetch html js md promise

Last synced: 20 Jan 2025

https://github.com/asd-xiv/promise-queue

Self-popping promise based queue.

esm nodejs promise queue typescript

Last synced: 01 Jan 2025

https://github.com/ethanent/poky

Delay with promises in Node

delay node nodejs promise promises settimeout wait

Last synced: 26 Dec 2024

https://github.com/ori88c/zero-backpressure-weighted-promise-semaphore

A modern weighted promise semaphore for Node.js projects, ideal for managing workloads with varying processing requirements. It allows limiting the total weight of concurrently executing jobs, ensuring efficient resource utilization. Offering backpressure control for enhanced efficiency, utilizing a communicative API that signals availability.

async backpressure concurrency counting-semaphore deterministic-termination error-handling executor graceful-termination lock mutex nodejs promise promise-limit promise-semaphore rate-limiter scheduler semaphore typescript weight weighted-semaphore

Last synced: 21 Nov 2024

https://github.com/tonypythoneer/bluebird-ployfill

A polyfill for using bluebird as Promise (when you don't like the original one.)

bluebird global javascript promise typescript

Last synced: 26 Dec 2024

https://github.com/ori88c/zero-backpressure-fixed-window-promise-rate-limiter

A modern Promise rate-limiter for Node.js projects, implementing a fixed-window throttling policy. It restricts the number of tasks that can start execution within distinct, non-overlapping time windows. The API provides backpressure control by signaling availability, for enhanced efficiency.

deterministic-termination es2020 executor fixed-window graceful-shutdown javascript js nodejs promise promise-limit rate-limit rate-limiter rate-limiting scheduler throttle throttling time-window time-windows ts typescript

Last synced: 21 Nov 2024

https://github.com/nju33/soshoku

Request re-execution during processing Even when you come back and forth, you only re-execute once

promise

Last synced: 23 Jan 2025

https://github.com/anas599/leaderboard

Leaderboard website built with webpack. Players can view and submit scores, which are ranked and stored through an external API service. Data is preserved for accuracy.

async css html javascript promise webpack

Last synced: 15 Dec 2024

https://github.com/flipeador/js-promise

Extended promise functionality and utilities.

browser extended javascript nodejs promise

Last synced: 14 Nov 2024

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

Promise library for Go.

go golang promise promise-library

Last synced: 13 Jan 2025

https://github.com/kengotoda/promisified-properties

Handle .properties file via promisified and typed API

async promise properties

Last synced: 22 Oct 2024

https://github.com/rupam0710/fetch-api---typescript

It is a project where we fetch user details from an API using Async await and promises and render it into an HTML page and add css to it for styling. On clicking any image we are rendered to a new html page where we are showed the details of tthat person.

async async-await asynchronous-programming await css fetch-api html javascript promise typescript

Last synced: 22 Jan 2025

https://github.com/notwoods/abort-utils

A set of utilities for working with AbortSignals

abortcontroller abortsignal javascript promise typescript

Last synced: 07 Dec 2024

https://github.com/arpitgo4/promise-obj

Promise.all's implementation for objects.

async chai chai-as-promised mocha nodejs npm-package promise tdd

Last synced: 30 Nov 2024

https://github.com/wezomcompany/toolkits

Frequent useful tools

array css-in-js immutable jest jss math promise

Last synced: 08 Jan 2025

https://github.com/vloldik/gomise

Go promise

go promise

Last synced: 24 Nov 2024

https://github.com/elchininet/get-promisable-result

A very small JavaScript utility to check and retry a function a limited number of times abstracting it in a Promise

async async-result check-and-retry javascript javascript-utility promisable promisable-result promise retry utility

Last synced: 19 Nov 2024

https://github.com/robtimus/completion-stage

A port of Java's CompletionStage using promises

completablefuture completionstage javascript promise promises typescript

Last synced: 17 Nov 2024

https://github.com/sanjaraiy/javascript_repo

🌟 Dive into JavaScript learning with comprehensive concepts and examples! 📚💡.

array-manipulations async class-object dom-manipulation javascript nodejs oops-in-javascript promise

Last synced: 05 Jan 2025

https://github.com/dimapaloskin/async-sleep

Sleep based on promise. Supports resolve and reject with defined response and error.

async-await async-sleep javascript promise sleep

Last synced: 29 Dec 2024

https://github.com/irsol/javascript

JavaScript Practice

javascript js promise regexp

Last synced: 10 Jan 2025

https://github.com/leko/in-progress.js

Prevent screen transition if any state changed.

beforeunload form promise

Last synced: 13 Dec 2024

https://github.com/romagny13/ts-promise

TypeScript Promise

promise typescript

Last synced: 30 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: 18 Jan 2025

https://github.com/metcoder95/tiny-pool

Extremely simplistic and tiny AsyncPool for limiting concurrency of async operations

await concurrency nodejs promise task

Last synced: 27 Oct 2024

https://github.com/santhoshs50/async_day_2_task

Restcountries & Weather Fetch Using API

bootstrap css fetch-api html javascript json promise

Last synced: 24 Nov 2024

https://github.com/impaler/promise-sequences

A small library to control a sequence of promises with concurrency limiting.

async concurrency promise sequence

Last synced: 24 Nov 2024

https://github.com/iamnnort/request

Request handler for Node.js - Fast - Interactive - Simple

ajax fetch http promise request xhr

Last synced: 05 Nov 2024

https://github.com/richie-south/mulig

Resolve multible promises with order: fastest, queue, stack

npm ordered promise

Last synced: 17 Jan 2025

https://github.com/j5py/j5py.github.io

A simple Responsive Web Design acting as a Single Page Application from a previous account (it was initially a way to save my progress in CSS and JS, and it remains above all a way to practice JS).

async-await fetch-api generator github-pages javascript promise web-development

Last synced: 14 Jan 2025

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: 31 Dec 2024

https://github.com/queeniecplusplus/react_modernjs

useEffect, Promise, forEach, map, async, useState & ES5

bebel es5 es6 promise useeffect

Last synced: 06 Jan 2025

https://github.com/ecollect/pateka

Ordered pararallel asynchronous tasks.

async await nodejs parallel promise queue tasks worker

Last synced: 01 Jan 2025

https://github.com/8ctopus/sciter-promise

Exploring sciter promises

async-await promise sciter-js

Last synced: 04 Jan 2025

https://github.com/fengdonglp/fd-promise

根据Promise/A+规范实现一个Promise(ES5)

javascript promise

Last synced: 18 Jan 2025

https://github.com/magnetikonline/promessa

Promise library for Node.js meeting the Promises/A+ specification, written with a focus towards readability.

npm-package promise promise-library

Last synced: 11 Jan 2025

https://github.com/inker/delay.js

⌛ Promisified setTimeout

async delay javascript promise sleep

Last synced: 23 Jan 2025

https://github.com/listenzz/rnpromise

Promise wrapper on iOS platform for ReactNative.

promise react-native

Last synced: 05 Jan 2025

https://github.com/blissful89/utall

⚙️ Utility library ⚙️

async asynchronous browser monad node promise util utility

Last synced: 23 Jan 2025

https://github.com/tflanagan/generic-throttle

A lightweight, flexible promise based throttle class perfect for any rate or concurrency limiting need

concurrency-limit javascript nodejs pool promise rate-limit throttle

Last synced: 22 Jan 2025

https://github.com/maximilianmairinger/resablepromise

Simple promise subclass, allowing for resolvement outside of callback (as property).

able promise resable resolve utility

Last synced: 22 Jan 2025

https://github.com/maximilianmairinger/moreproms

A collection of additional promise extending classes. Including a (from the outside) ResablePromise, CancelAblePromise and a latestLatent utility function.

able cancel cancelable cancelablepromise collection latent more promise promises res resable resolve resolveable

Last synced: 22 Jan 2025

https://github.com/kaelzhang/node-pending-queue

pending-queue ensures a certain asynchronous method only run once, and queues listeners which are registered to it.

asynchronous nodejs promise queue

Last synced: 14 Dec 2024

https://github.com/briancairl/parachute

C++17 parallelism utility library featuring a customizable thread pool

cpp17 future parallelism promise thread thread-pool threading

Last synced: 20 Dec 2024

https://github.com/bitcoin-api/drf

drf - Do Redis Function

async function helper javascript node nodejs promise redis

Last synced: 13 Jan 2025

https://github.com/spudnyk/async-wrappers

Various functions for asynchronous operations

async async-functions debounce javascript promise throttle

Last synced: 16 Jan 2025

https://github.com/adrianomonteiroweb/api-simulation-javascript

Como simular uma API em javaScript? Construa uma API simulada usando LocalStorage, setTimeout e Promise com retornos de todos os dados criados ou retorno por ID. Além do CRUD necessário para fazer o update, criar novos dados e deletá-los.

api api-client api-crud api-fake api-rest api-simulation crud-api localstorage mock-api promise settimeout

Last synced: 22 Jan 2025

https://github.com/bitbar/deferred-promise

Simple port of jQuery Deffered() based on native Promise

deferred deferred-promise javascript nodejs promise promises

Last synced: 13 Nov 2024

https://github.com/yuhr/use-await-data

A React hook that executes an async task to populate the desired data.

async await hook hooks promise react react-hooks

Last synced: 30 Nov 2024

https://github.com/hypersolution1/clearthru

This is a communication library that provides remote procedure calls (RPC) and events over websocket

communication nodejs promise rpc-library websocket

Last synced: 08 Jan 2025

https://github.com/shinnn/rmf

Remove a file or symbolic link without throwing an error when the target does not exist, as UNIX `rm -f` does

async deletion force javascript nodejs promise removal remove rm unlink

Last synced: 07 Dec 2024

https://github.com/shinnn/spawn-stack

Spawn a new process using `stack` command with the given arguments

child-process haskell javascript nodejs observable promise spawn stack

Last synced: 07 Dec 2024

https://github.com/lsongdev/promise-retry

catch promise error and retry

promise promise-retry

Last synced: 02 Jan 2025

https://github.com/nagilum/js-promise-vimeo-upload

Promise based JS function to upload Blob to Vimeo

javascript promise promises streaming upload vimeo

Last synced: 16 Jan 2025

https://github.com/shinnn/glob-set

Like node-glob, but provides matched paths as a `Set` instead of an `Array`

gather glob matching pattern promise search set wildcards

Last synced: 07 Dec 2024

https://github.com/jiayisheji/shredded-code

Talk is cheap. Show me the code.

promise typescript

Last synced: 14 Jan 2025

https://github.com/raigorx/trigonometric-promise

Promises heavy duty example cos sin tan

async educational example promise trigonometry

Last synced: 30 Dec 2024

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

Promise-based method for dynamically loading scripts in browser with TypeScript support

async browser load promise script typescript

Last synced: 28 Nov 2024

https://github.com/colohr/fxy

A Node.js module for working with the file system.

filesystem fs javascript node-module nodejs path promise promises tree-structure

Last synced: 23 Jan 2025

https://github.com/lensh/mini-promise

Mini version promise based on promise a + specification supports asynchronous chain call.

promise

Last synced: 03 Jan 2025

https://github.com/magicdawn/log-reject-error

Dead Simple unhandledRejection handler

loud-rejection promise reject unhandled-rejection

Last synced: 27 Oct 2024

https://github.com/shinnn/real-executable-path

Find the first instance of an executable in the PATH, with expanding all symbolic links

async executable javascript nodejs promise symbolic-links symlink

Last synced: 07 Dec 2024

https://github.com/humptydumptyeiz/pneasync

This piece of code promisifies nested awaits

async await nested-arrays nodejs promise

Last synced: 19 Dec 2024

https://github.com/idorobots/promise-based-lang

An exploration & benchmarking of weird programming language features. This time around - pure and transparent asynchrony.

benchmark concurrency language-design promise racket

Last synced: 20 Dec 2024

https://github.com/iainjreid/honest-workers

🕸 Promise based WebWorkers, for much multi-threaded goodness

javascript promise web-worker

Last synced: 28 Dec 2024

Promise Awesome Lists
Promise Categories