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/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/justjum/weather-app
A Weather app for the TOP Intermediate Javascript course. Learning focus: Promises(async/await) + api's
api css html javascript promise weather
Last synced: 03 Dec 2024
https://github.com/leko/in-progress.js
Prevent screen transition if any state changed.
Last synced: 13 Dec 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/zbo14/oathbreaker
Cancel pending promises with ease!
abortcontroller abortsignal async promise promises
Last synced: 04 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/rrainn/scriptutils
📦 JavaScript Package - Utilities to make JavaScript Easy
browser insert javascript npm-package promise scriptutils utilities
Last synced: 16 Dec 2024
https://github.com/serhiirepinskyi/goit-js-hw-09
JavaScript. Homework 09: 01-color-switcher; 02-timer; 03-promises
date flatpickr notiflix promise setinterval settimeout
Last synced: 04 Dec 2024
https://github.com/hasanyahya101/soundharvest-vite
This is a basic Youtube audio downloader (after converting from video to audio). Please note that there is a hard limit of 1000 total requests per month. So if the limit is passed, you might be stuck in a loop.
api await downloader fetch limit promise rapid-api requests rest-api shadcn static video-to-audio youtube
Last synced: 09 Dec 2024
https://github.com/Umutplvn/Legere_BlogApp_V1_Client
Blog App
promise react redux redux-toolkit
Last synced: 09 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/martinohmann/promise
Implementation of the Promises/A+ Standard in Go
golang promise promise-instrumentation promise-resolution promiseaplus
Last synced: 05 Dec 2024
https://github.com/elmigranto/awaitability
Utilities for composing async/await functions.
async-await es2017 javascript modules promise utilities
Last synced: 05 Dec 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: 16 Dec 2024
https://github.com/lucid-services/serviser
Node.js framework for building scalable server-side applications.
expresjs framework json-schema microservice nodejs open-api promise rest-api
Last synced: 28 Nov 2024
https://github.com/myrotvorets/promise-chunk
Runs a list of native promises in chunks.
Last synced: 19 Dec 2024
https://github.com/tobysmith568/await-at-least
A small set of functions to await at least a certain amount of time before resolving a promise.
await delay npm-package promise timeout
Last synced: 10 Dec 2024
https://github.com/ianfabs/sleyp
A tiny async/await implementation of sleep
async async-await await javascript miliseconds promise sleep
Last synced: 08 Dec 2024
https://github.com/zkan/async-await-by-example
Async/Await by Example
async await javascript promise
Last synced: 19 Dec 2024
https://github.com/tomashubelbauer/js-deferred
Deferred promise implementation for those times when you do actually need it which is not that rare
async async-await defer deferred deferred-promise javascript promise
Last synced: 31 Dec 2024
https://github.com/lukasbach/ayemitter
Typed event handler/emitter with optional react hook bindings
async emitter events hook javascript promise react typescript
Last synced: 23 Dec 2024
https://github.com/hikouki/jackall
:cat: async/await for optimistic concurrency control. (Last in wins.)
async await concurrency optimistic promise typescript
Last synced: 11 Dec 2024
https://github.com/chopinsky/promise-herald
A nimble npm package that dispatch the resolve or rejection of a promise to one or more subscribers
javascript javascript-library npm promise promise-library
Last synced: 16 Dec 2024
https://github.com/futagoza/runasync
Run a script that exports an async function
Last synced: 16 Dec 2024
https://github.com/mazeyqian/understand-promise
Understand Promise/Promise: 异步编程的理解和使用
Last synced: 11 Dec 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/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/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/yoannchb-pro/enqueu
Promise queue for concurrency control
async-await enqueue handler promise queue
Last synced: 12 Dec 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/ycardon/playing-with-async
Different styles of asynchronism in ES6 / node 8.x
Last synced: 08 Dec 2024
https://github.com/templarian/promisecache
TypeScript Promise Cache Dectorator
Last synced: 01 Jan 2025
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/kouhin/retryit
A Promise version of async/retry. Also includes serveral WaitStrategies that might be useful for situations where more well-behaved service polling is preferred.
Last synced: 13 Dec 2024
https://github.com/juanjoarreola/allcache
Instance caching library
asynchronous cache disk-cache image-cache promise swift thread-safe
Last synced: 02 Dec 2024
https://github.com/skokov3812/promises-chain
The execution of the promises chain
Last synced: 23 Dec 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/joyarzun/say-promise
Promise version of say
javascript nodejs npmjs promise say
Last synced: 26 Nov 2024
https://github.com/devchris03/buscador-imagenes
Buscador de imágenes usando la API de pixabay
api-pixabay css html javscript js promise
Last synced: 13 Dec 2024
https://github.com/bitcoin-api/drf
drf - Do Redis Function
async function helper javascript node nodejs promise redis
Last synced: 13 Nov 2024
https://github.com/umutplvn/legere_blogapp_v1_client
Blog App
promise react redux redux-toolkit
Last synced: 18 Dec 2024
https://github.com/keidrun/fantasy-utils
Small utils for Functional Programming with Promise.
functional functional-programming lodash promise promise-support ramda
Last synced: 23 Nov 2024
https://github.com/andr-ll/reqex
Promise based http client with built in retry and JSON validator for response
http http-client httpclient https-client nodejs promise typescript
Last synced: 18 Dec 2024
https://github.com/metastable-void/es-first-aid
The Fundamental Utilities for ECMAScript
base64 crc32 ecmascript promise utf-8 uuid
Last synced: 18 Dec 2024
https://github.com/ashmalzahra/javascript-group-capstone-project
This JavaScript capstone project is about building web application based on an external API. The API provides data about TV Shows and the app has been built around it.
api-rest asyncronous best-practices callback code-review es6-modules git-conflicts gitflow html-css-javascript jest json promise single-page-app unit-testing webpack
Last synced: 18 Dec 2024
https://github.com/openbytedev/rmdir-recursive-async
Delete a directory recursively asynchronously
async delete delete-files directory nodejs npm-package promise recursive remove rmdir
Last synced: 15 Nov 2024
https://github.com/jmgogo/async-js
A repo demoing asynchronous functions and HTTP requests in JavaScript.
async await devcontainer ijavascript javascript js jupyter-notebook promise
Last synced: 24 Dec 2024
https://github.com/svimaladhithan/satellite-api
Completed the task by populating the satellite details from API using accordian
css dom-manipulation html js promise
Last synced: 19 Dec 2024
https://github.com/awaitbox/sleep
Await for a certain amount of time.
async async-await async-functions await promise promise-library sleep sleep-timer
Last synced: 24 Dec 2024
https://github.com/afeiship/next-promise-compose
Promise compose for next.
async compose next one-by-one promise sync
Last synced: 14 Dec 2024
https://github.com/abhay-khandwekar/react-hooka
"react-hooka" is React-hook based state management library. "react-hooka" supports both synchronous and queued-asynchronous (FIFO) actions. All asynchronous state update operations are guaranteed to change the application state in the order of asynchronous-operation invocation.
async-await asynchronous asynchronous-actions asynchronous-store hook hooks javascript-promise promise react react-components react-hook-store react-hooks slice-state state-management store store-slice synchronous-store
Last synced: 24 Dec 2024
https://github.com/kotorik/ascii2d
Node.js wrapper for ascii2d.net
api api-client async image-search nodejs promise
Last synced: 18 Dec 2024
https://github.com/patrixr/oath
A Promise implementation
experimental learning promise typescript
Last synced: 25 Dec 2024
https://github.com/thitikorn-nupan/nod-js-crud-mysql-async-understand-winston-env
this project I got to know .env file , it's so good when I've to connect any database I'm not necessary to write my info-database in my .js file. Also I've knew the winston module this libary it's good for logging and save any log to some file. Also I connected the database with pg (pooling) many people says best proformance. (So do I)
async-await environment javascript mysql nodejs pooling promise winston-logger
Last synced: 25 Dec 2024
https://github.com/ivanovx/js-docs
JavaScript Next features and their demos
dynamic ecmascript ecmascript6 es2015 es6 iterator javascript promise proxies spread string-interpolation unicode weakmap weakset
Last synced: 25 Dec 2024
https://github.com/jaid/read-file-json
Reads JSON and JSON5 from a file. Returns null if file does not exist (or is a directory) instead of throwing an Error.
file filesystem fs json json-parser json5 json5-parser lib library load-file loader promise read-file util utility
Last synced: 25 Dec 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/jaid/git-flush
Commits and pushes if repository is dirty. Does nothing otherwise.
git git-commit git-flush git-push lib library promise util utility
Last synced: 25 Dec 2024
https://github.com/jaid/fetch-git-repo
Promise wrapper for npm package download-git-repo.
download-git-repo download-repo fetch git git-fetch github github-api lib library promise repository util utility wrapper
Last synced: 25 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/ethanent/poky
Delay with promises in Node
delay node nodejs promise promises settimeout wait
Last synced: 26 Dec 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/rgl/node-external-process-promises-example
example Node.js application starts an external process and parses its output to resolve two promises
child-process external-process javascript node promise promises typescript
Last synced: 13 Dec 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/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/dodevops/yeoman-generator-typescript
A highly opinionated Yeoman generator for typescript modules
bluebird chai mocha promise typedoc typescript yeoman yeoman-generator
Last synced: 27 Sep 2024
https://github.com/saber2pr/node
utils for nodejs
async filesystem nodejs promise server typescript
Last synced: 02 Jan 2025
https://github.com/ushelp/angular-for-javascript-turorial
Angular 2 纯 JavaScript 中文开发教程。Angular 2 for pure JavaScript tourial.
angular angular-apps angular-tutorial angular2 angular4 javascript mock promise
Last synced: 22 Nov 2024
https://github.com/djaler/simple-promise-mock
A tiny utility function to create a controlled promise instance with additional methods to resolve or reject it
Last synced: 03 Jan 2025
https://github.com/vagnerbellacosa/curso_javascript_asyncawaitpromise
Curso de JavaScript Async Await Promise
assincronismo async await callback callback-hell code curso estudo functions javascript promise sincronico
Last synced: 03 Jan 2025
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/afeiship/next-is-promise
Test whether an object looks like a promises-a+ promise.
Last synced: 14 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/afeiship/next-interceptor
Interceptor for next.
compose interceptor next pipe pipeline priority promise
Last synced: 14 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/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/kengotoda/promisified-properties
Handle .properties file via promisified and typed API
Last synced: 22 Oct 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/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