Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- GitHub: https://github.com/topics/promise
- Wikipedia: https://en.wikipedia.org/wiki/Futures_and_promises
- Created by: Barbara Liskov, Liuba Shrira, Mark S. Miller, Dean Tribble, Rob Jellinghaus, Daniel P. Friedman
- Released: 1988
- Related Topics: future, async-await, callback, deferred, coroutines, fiber, concurrency,
- Last updated: 2025-01-06 00:24:51 UTC
- JSON Representation
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/mazeyqian/understand-promise
Understand Promise/Promise: 异步编程的理解和使用
Last synced: 11 Dec 2024
https://github.com/phpgt/promise
A pleasant way to work with asynchronous PHP.
async asynchronous asynchronous-programming callback concurrency concurrent deferred deferred-promise deferred-tasks promise promises then thenable
Last synced: 16 Nov 2024
https://github.com/dhineshwiz/angular-promise-button
A angularjs button for custom feedback
Last synced: 11 Dec 2024
https://github.com/s-ranjith1/currency-converter
Currency converter Task Completed
Last synced: 31 Dec 2024
https://github.com/saidali-ibn-zafar/asynchronous-javascript-basic-review
in this JavaScript tutorial series we'll dive into async js - from the very beginning. Rather than just start using fetch, async & await from the start, we'll take a closer look at async code & how it all works under the hood.
Last synced: 31 Dec 2024
https://github.com/richie-south/mulig
Resolve multible promises with order: fastest, queue, stack
Last synced: 16 Nov 2024
https://github.com/kotorik/promise-worker-remake
A modern version of promise-based messaging for Web Workers , supports transferable objects
promise transferable webworker
Last synced: 13 Nov 2024
https://github.com/evgenyatlas/get-server-response-time
ecmascript javascript nodejs promise
Last synced: 24 Dec 2024
https://github.com/matan3sh/oninit-backend
The final project of Coding Academic Bootcamp, during which I developed Marketplace to look for courses by location, category and name. Every user can be impressed by the course, critique the course and develop a chat with other users. Backend development by NodeJS and Express
axios express mongodb nodejs nodemon promise routes socket-io
Last synced: 24 Nov 2024
https://github.com/jaid/resolve-any
Calls a value if it is a function, simply returns it otherwise.
function lib library promise resolve resolve-any string util utility
Last synced: 25 Dec 2024
https://github.com/ynazymko12/goit-advancedjs-hw-02
Homework for the course JavaScript📒 ---Asynchrony / Timers / Date / Promise ---
async css3 goit goit-advancedjs-hw-02 html5 javascript promise timers vite
Last synced: 11 Dec 2024
https://github.com/than-dev/promise-queue-in-js
Promise queue implementation in nodejs, using a child-process and releasing the event loop for more requests while the queue is running.
algorithms api benchmark child-process nodejs promise queue
Last synced: 11 Dec 2024
https://github.com/mikeludemann/javascript-promises-versus-observables
Different between Observables and Promises with JavaScript
Last synced: 07 Dec 2024
https://github.com/evanshortiss/bittrex.js
No nonsense Bittrex API wrapper for Node.js and Browsers, written in TypeScript
api-wrapper async bitcoin bittrex bittrex-api bittrex-exchange browser nodejs promise restclient typescript
Last synced: 11 Dec 2024
https://github.com/mohamedumar083/weather-report
Broadcasting Weather report Project
bootstrap5 css dom-manipulation fetch-api html5 javascript promise
Last synced: 11 Nov 2024
https://github.com/mohamedumar083/isro-sat-details
ISRO-SAT Informations from API
bootstrap5 css dom-manipulation fetch-api html javascript promise
Last synced: 11 Nov 2024
https://github.com/murt/aaarray
async/await functions for arrays written in Typescript
async await javascript nodejs promise typescript
Last synced: 19 Nov 2024
https://github.com/hacker1024/js_promise.dart
A Dart package providing interop functionality with JavaScript Promises.
dart dart-html dart-package dart2js promise
Last synced: 27 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/mkgaru/esthread
modern worker threading library . inspired by deep-rain/thread
javascript promise publicdomain thread typescript webworker
Last synced: 15 Nov 2024
https://github.com/mcculloh213/xmlhttprequestpromise
Promise-able XMLHttpRequest
javascript promise xmlhttprequest
Last synced: 17 Nov 2024
https://github.com/saidali-ibn-zafar/the-new-hard-parts-of-asynchronous-js
In this course, you will develop an intuitive understanding of the new features of JavaScript in ES6+: iterators, generators, promises, and async/await. You'll understand how promises are implemented under-the-hood to truly help fix the challenge of inversion of control in asynchronous code design. Plus, use iterators and generators ...
Last synced: 31 Dec 2024
https://github.com/leko/in-progress.js
Prevent screen transition if any state changed.
Last synced: 13 Dec 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/aenesgur/javascript-promise-with-xmlhttprequest
Example of using Promise with XMLHttpRequest for asynchronous programming in Javascript
asynchronous-programming javascript promise xmlhttprequest
Last synced: 08 Jan 2025
https://github.com/scalajs-io/mpromise
Promises A+ conformant implementation
mongodb mongoose node node-js node-module nodejs npm npm-module npm-package promise promise-library promises scala scalajs
Last synced: 17 Nov 2024
https://github.com/helderberto/respper
📡 Node.JS: Response wrapper.
express expressjs http nodejs promise response respper wrapper-api wrapper-library
Last synced: 24 Nov 2024
https://github.com/yoannchb-pro/enqueu
Promise queue for concurrency control
async-await enqueue handler promise queue
Last synced: 12 Dec 2024
https://github.com/adrien-zinger/pytasks
Multithreading library in python, simple, with samples.
asynch-tasks observer observer-pattern promise python3 task-thread thread
Last synced: 15 Dec 2024
https://github.com/michaelwalker-git/bookreadingapp
React, APIs
promise react udacity-nanodegree
Last synced: 15 Nov 2024
https://github.com/mwittig/restler-promise
A restler wrapper for the Promises/A+ implementation of your choice
api-wrapper promise rest restler restler-promise wrapper
Last synced: 15 Nov 2024
https://github.com/kartikmehta8/pact-custom-promise
Pact is a custom implementation of JavaScript's Promise. The Promise object represents the eventual completion (or failure) of an asynchronous operation and its resulting value.
implementation javascript promise
Last synced: 15 Nov 2024
https://github.com/the-software-compagny/nestjs_module_factorydrive-sftp
SFTP driver for Factory drive module from NestJS framework
abstract abstraction async decorators disk drive driver factory factorydrive file filesystem ftp nestjs node nodejs npm promise sftp ssh storage
Last synced: 12 Dec 2024
https://github.com/voltra/jsonclient
A JS HTTP client specialized for JSON communications, based upon the Fetch API
fetch-api fetchjson hacktoberfest javascript javascript-library json-client promise
Last synced: 15 Nov 2024
https://github.com/voltra/fetchjson
A Javascript library that allows to abstract all boilerplate from retrieving JSON data using the native ES6 fetch API
fetch-api fetchjson javascript-library promise
Last synced: 15 Nov 2024
https://github.com/justforuse/promise-limit-all
Promise all, but with max limit
javascript promise promise-all
Last synced: 15 Nov 2024
https://github.com/avimehenwal/ts-translate
promise based asynchronous translations
Last synced: 14 Nov 2024
https://github.com/pandiaraj-22/async-await-fetch
This is the dynamic website built using Advance javascript
bootstrap css fetch-api html javascript json promise
Last synced: 15 Nov 2024
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/ivanpinezhaninov/async_promise
C++11 header-only library based on Promises/A+
cplusplus cplusplus-11 cpp cpp11 header-only promise promise-a-plus promise-all promise-any promise-aplus promise-chain promise-library
Last synced: 19 Nov 2024
https://github.com/judahsan/party-music-cast-controller
A collaborative music playing system.
authentication django-framework javascript promise reactjs
Last synced: 26 Dec 2024
https://github.com/azerato/x100
Modern Pure Javascript application - with JS Class / Promise / WebSql / MaterializeCss / Import - Export
javascript materializecss promise websql
Last synced: 17 Nov 2024
https://github.com/pawsong/react-monitor-promise
React HoC for monitoring promise state
Last synced: 17 Nov 2024
https://github.com/afeiship/next-interceptor
Interceptor for next.
compose interceptor next pipe pipeline priority promise
Last synced: 14 Dec 2024
https://github.com/grimmbraten/all-aboard
Perform parallel and/or sequential asynchronous tasks with ease
async asynchronous await parallel promise sequence
Last synced: 04 Jan 2025
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/notwoods/abort-utils
A set of utilities for working with AbortSignals
abortcontroller abortsignal javascript promise typescript
Last synced: 07 Dec 2024
https://github.com/iainjreid/honest-workers
🕸 Promise based WebWorkers, for much multi-threaded goodness
Last synced: 28 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/afeiship/next-is-promise
Test whether an object looks like a promises-a+ promise.
Last synced: 14 Dec 2024
https://github.com/afeiship/next-make-cancelable
Make promise cancelable.
cancelable destroy next promise
Last synced: 14 Dec 2024
https://github.com/tsertkov/easy-whois
Easy WHOIS client for Node.js
async await nodejs promise whois whois-client
Last synced: 06 Dec 2024
https://github.com/dzenis-h/node-sql-shop
All of my other projects are using NoSQL DB's, but the learning never stops. In regards to that, this would be a simplified clone of my "node-book-shop" app built for the sole purpose of practicing MySQL + Sequelize ORM.
database ejs express javascript mysql nodejs promise sequelize sql
Last synced: 17 Nov 2024
https://github.com/axtk/react-progressive-callback
A React hook for tracking the state of an async action
async promise react react-hooks
Last synced: 26 Dec 2024
https://github.com/xiaodaigh/promisewebsocket
A simple extension of the Websocket object by making the .send method into a Promise
Last synced: 20 Nov 2024
https://github.com/templarian/promisecache
TypeScript Promise Cache Dectorator
Last synced: 01 Jan 2025
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/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/orlov-vo/redux-promisify-action
Promisify action middleware for Redux
middleware promise redux redux-middleware redux-promisify-action
Last synced: 25 Nov 2024
https://github.com/jchip/item-queue
An item processing queue with Promise
item pause processing promise queue resume timer watch
Last synced: 19 Nov 2024
https://github.com/romagny13/spa-lib
TypeScript SpaLib
http indexeddb oauth promise spa storage 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: 17 Nov 2024
https://github.com/gyumeijie/napi-samples
async demos handle handle-scope helloworld js napi nodejs promise scope
Last synced: 07 Dec 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/martindzejky/promise-mock
Synchronous promise mock for tests
mock promise promise-mock sync synchronization
Last synced: 27 Oct 2024
https://github.com/izica/debounce-decorator-es6
Debounce decorator for es6+, with promise support
debounce debounce-es6 debounce-operator debounced debouncing decoration decorator decorator-transformation decorators es-6 javascript javascript-es6 promise promise-chain
Last synced: 26 Dec 2024
https://github.com/4bdullah7eeshan/giphy-api-example
Fetching GIFs from GIPHY API
Last synced: 20 Nov 2024
https://github.com/jill64/unfurl
💠 Concurrently wait for a Promise mapped to an object while preserving the type
Last synced: 10 Nov 2024
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/elementbound/js-di
Simple dependency injection in Javascript
async dependency-injection javascript promise sample
Last synced: 18 Nov 2024
https://github.com/kengotoda/promisified-properties
Handle .properties file via promisified and typed API
Last synced: 22 Oct 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/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/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/listenzz/rnpromise
Promise wrapper on iOS platform for ReactNative.
Last synced: 05 Jan 2025
https://github.com/kapouer/window-agent
Yet another browser agent, supports callback or promise, and parameters replacement
Last synced: 30 Dec 2024
https://github.com/sevenoutman/use-abandon-on-unmount
React Hook for abandoning promises upon component unmounting
Last synced: 08 Jan 2025
https://github.com/aldenvallestero/javascript-promise
Learn how to optimize time & space when performing huge business logic with JavaScript Promise.
Last synced: 07 Jan 2025
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/nwtgck/promise-limiter-npm
Simultaneous Promise Execution Limiter, considering resource
execution javascript number promise restrict semaphore
Last synced: 13 Dec 2024
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