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: 2024-12-29 00:18:07 UTC
- JSON Representation
https://github.com/pktcodes/javascript-ajax-basics
Asynchronous JavaScript and XML Basics
ajax api asynchronous-javascript catch css ecmascript fetch-api html http-requests javascript javascript-object-notation promise response then try-catch xmlhttprequest
Last synced: 02 Jan 2025
https://github.com/pktcodes/async-javascript-basics
Asynchronous JavaScript Basics
async-await asynchronous callback callback-hell catch css ecmascript html javascript john-smilga pending promise reject resolve settled synchronous then try-catch
Last synced: 02 Jan 2025
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/felix-kaestner/promise
Go Promise Implementation with support for Generics (requires Go v1.18+)
Last synced: 15 Nov 2024
https://github.com/fluency03/promise-blog
promise-blog
callback javascript node nodejs promise q
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/streetstrider/express-toss
Makes express router handlers aware of promises. Brings more clear dataflow to handlers.
error-handling express node promise response
Last synced: 30 Dec 2024
https://github.com/charlie0077/express-minimal-starter
express-minimal-starter
async await babel boilerplate boilerplate-template es6 es7 express expressjs promise rest-api starter-kit template
Last synced: 12 Nov 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/asifzaman777/async-js-basic
Asynchronous JS
async-await call-stack callback callback-hell error-handling promise promise-chain
Last synced: 03 Dec 2024
https://github.com/magda-korzeniowska/daftacademy-frontend_levelup-2020
bem bootstrap4 javascript promise sass webpack
Last synced: 10 Nov 2024
https://github.com/commenthol/asyncc-promise
Just asynchronous patterns for promises
asynchronous asynchronous-patterns parallel pattern promise serial
Last synced: 11 Nov 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/2o3t/electron-ipc-promise
An electron IPC calls with a promise API.
electron electron-ipc-promise ipc listener promise
Last synced: 11 Nov 2024
https://github.com/ori88c/delayed-async-task
A modern `setTimeout` substitute tailored for asynchronous tasks, designed to schedule a single delayed execution. Features status getters to communicate the execution status, the ability to abort a pending execution, and the option to gracefully await the completion of an ongoing execution.
async dangling-promise deferred-promise deferred-task delayed-job delayed-jobs delayed-task executor job-runner job-scheduler npm npm-package one-time promise settimeout single-execution task task-executor task-runner typescript
Last synced: 21 Nov 2024
https://github.com/ribeirogab/jscangaceiro
Advanced JavaScript Courses Alura + Cangaceiro JavaScript Book
es6 factory-pattern javascript module-pattern monkey-patching mvc-pattern poo promise proxy-pattern try-catch webpack
Last synced: 19 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/allienx/async-once
Guarantee an async function only has one active execution at a time.
Last synced: 11 Nov 2024
https://github.com/wdalmut/maybe-with-promises-2
Improved example of usage for maybes with promises
example javascript js maybe-monad promise
Last synced: 21 Nov 2024
https://github.com/oleksandr-romashko/goit-js-hw-09
Homework for Timers, Date and Promices
Last synced: 21 Nov 2024
https://github.com/felix221123/age-calculator-site
This is an Age Calculator Site built as a challenge from frontend mentor
animejs await-async css3 dom-manipulation html javascript logic promise
Last synced: 25 Nov 2024
https://github.com/jiayisheji/shredded-code
Talk is cheap. Show me the code.
Last synced: 14 Nov 2024
https://github.com/magicdawn/go-promise-util
extra util for golang promise
async go-promise go-promise-util promise promise-map
Last synced: 07 Oct 2024
https://github.com/deemon13/goit-js-hw-11
Search pictures using API Pixabay. Some libraries: axios for requests, notiflix for notifications, simplelightbox for gallery
async await axios css error form gallery-images html javascript notiflix parcel promise request response rest-api scss search simplelightbox smooth-scrolling vanilla-javascript
Last synced: 25 Nov 2024
https://github.com/jumpn/utils-promise
Promise Utilities
deferred functional-programming promise promise-utilities utilities utils
Last synced: 21 Nov 2024
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: 12 Nov 2024
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: 21 Nov 2024
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: 21 Nov 2024
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: 21 Nov 2024
https://github.com/cnlon/promisified-fs
A promisified version of fs(File System) in Node.js.
Last synced: 31 Dec 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: 21 Nov 2024
https://github.com/kevinadhiguna/async-await-js
A tutorial about async-await, promise, and callback in Javascript
async-await callback javascript promise
Last synced: 12 Nov 2024
https://github.com/flaviotordini/promises
Javascript-style Promise implementation for Qt
async asynchronous asynchronous-programming promise promises qt qt6
Last synced: 21 Nov 2024
https://github.com/olenasavchenko/twitter-posts
https://elena-savchenko-twitter-posts.netlify.app/
Last synced: 15 Nov 2024
https://github.com/hamzaerbay/react-github-api
A react experiment with github api
experiment fetch-api github-api promise react
Last synced: 31 Dec 2024
https://github.com/anbumani12/github-profile-fetch-api-task
GitHub User Profile-Fetch Task
api async-await css dom html js promise
Last synced: 20 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: 31 Dec 2024
https://github.com/robojones/create-path
Promise version of mkdirp
async create javascript mkdir nodejs path promise
Last synced: 01 Dec 2024
https://github.com/robojones/better-events
Improved version of the Node.js EventEmitter
event-emitter node-eventemitter nodejs promise
Last synced: 01 Dec 2024
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/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/behi22/jammming
This webpage is developed to showcase knowledge of developing responsive webpages and using the react library to develop web applications. The website allows users to search the Spotify library, create a custom playlist, then save it to their Spotify account.
api async-await components html-css-javascript import-export javascript json jsx modules promise react surge webapp
Last synced: 14 Nov 2024
https://github.com/makenowjust/thenction
thenction is an abbreviation of thenable function.
javascript javascript-library promise sushi-ware
Last synced: 12 Nov 2024
https://github.com/lourd/js-load-script
Small, no-frills JavaScript module for loading script tags in the browser asynchronously
browser javascript loader promise small-modules
Last synced: 01 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/andreaspizsa/load-script-or-css
Load a script or stylesheet in the browser, asynchronously, returning a Promise
asynchronously css javascript promise script-loader stylesheet
Last synced: 01 Dec 2024
https://github.com/honzabrecka/dopar
It runs many promises in parallel.
es6 javascript parallel promise
Last synced: 16 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: 10 Nov 2024
https://github.com/nju33/soshoku
Request re-execution during processing Even when you come back and forth, you only re-execute once
Last synced: 22 Nov 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/bearddan2000/javascript-web-html-cavas-to-pdf
A demo of html rendering to pdf. In this demo
cavas html htmltocanvas javascript jspdf pdf promise to web
Last synced: 01 Dec 2024
https://github.com/3rd-eden/borked
Cancel async functions early when they are borked.
async function promise timeout
Last synced: 11 Nov 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/s-leroux/getpro
A very simple promise-based npm package to get http/https documents
asynchronous get http https node promise
Last synced: 25 Nov 2024
https://github.com/spudnyk/async-wrappers
Various functions for asynchronous operations
async async-functions debounce javascript promise throttle
Last synced: 16 Nov 2024
https://github.com/listenzz/rnpromise
Promise wrapper on iOS platform for ReactNative.
Last synced: 09 Nov 2024
https://github.com/asifzaman777/node-js-ibm
async-await asynchronous-callbacks promise serverside-scripting
Last synced: 03 Dec 2024
https://github.com/laqudee/promise-futurable
Building Promises from scratch
promise promiseaplus rollup typescript
Last synced: 30 Nov 2024
https://github.com/apexcaptain/koconut
Provide interchainable array, set, map and etc supporting both normal and async callbacks as their action arguments.
array array-processing array-utils async async-await async-callback async-functions async-iteration async-methods await collection data-structures iteration-process javascript loops nodejs promise typescript typescript-library
Last synced: 19 Dec 2024
https://github.com/yingpengsha/promise-cancel-shim
[WIP]🤞 You can cancel Promise in mid-stream, If you decide that Promise doesn't trigger the logical branch of `resolve` or `reject`.
Last synced: 26 Nov 2024
https://github.com/ahmetonurslmz/smoothly-request
Perform request with promise based client on NodeJS
javascript nodejs promise request
Last synced: 26 Nov 2024
https://github.com/hoanganh25991/node-remote-central
Crawling remote central to get hex commands
Last synced: 08 Dec 2024
https://github.com/slaveofcode/delaytime
Simple NodeJs module for delaying execution
delay delay-promise promise timeout waiting
Last synced: 19 Nov 2024
https://github.com/alextanhongpin/promise
Promise implementation using golang
Last synced: 02 Dec 2024
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/ethanent/poky
Delay with promises in Node
delay node nodejs promise promises settimeout wait
Last synced: 26 Dec 2024
https://github.com/felixble/js-callback-hell
Approach to write clean JavaScript code by avoiding the callback hell.
async-await async-programming asynchronous callback-functions callback-hell es2015 es6 javascript promise pyramid-of-doom
Last synced: 08 Dec 2024
https://github.com/jasperck/promise-timer-stopwatch
A stopwatch supports promise usage for node.js with 0 dependency
module nodejs promise promise-timer-stopwatch stopwatch
Last synced: 27 Nov 2024
https://github.com/anbumani12/async-day-2-task
Async-Day-2-task
dom fetch-api promise xmlhttprequest
Last synced: 20 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