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/nju33/soshoku

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

promise

Last synced: 22 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/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/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/bearddan2000/nodejs-web-reactjs-express-api-basic-auth-promise-fetch

A reactjs that uses expressjs api that uses basic authentication.

api auth basic express expressjs fetch nodejs promise reactjs web webpack

Last synced: 01 Dec 2024

https://github.com/bearddan2000/nodejs-web-reactjs-express-api-ssl-promise-fetch

A reactjs that uses expressjs api that uses self signed ssl.

api express expressjs fetch nodejs promise reactjs ssl web webpack

Last synced: 01 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/andy2046/async-await-all

await for all Promises

async await awaitall promise

Last synced: 26 Nov 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/fanqingsong/lazyman_idea

to demo lazy man in async && chain style

async chain lazyman promise settimeout

Last synced: 14 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/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`.

promise shim

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

async crawling promise

Last synced: 08 Dec 2024

https://github.com/xan105/node-request

HTTP request library based around Node.js' HTTP(S) API interfaces

client download http https json nodejs progress promise request torrent url xml

Last synced: 08 Jan 2025

https://github.com/kapouer/window-agent

Yet another browser agent, supports callback or promise, and parameters replacement

promise querystrings xhr

Last synced: 30 Dec 2024

https://github.com/alpsmonaco/concurrency_js

a js file that implement concurrency async operation which could limit concurrency nums.

async async-javascript batch concurrency javascript promise thread-like

Last synced: 07 Nov 2024

https://github.com/alextanhongpin/promise

Promise implementation using golang

concurrency golang promise

Last synced: 02 Dec 2024

https://github.com/singcl/co

🎷 A counterfeit co & comprehension of thunk function and function* in javascript.

co generator promise thunk

Last synced: 03 Jan 2025

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/joyarzun/say-promise

Promise version of say

javascript nodejs npmjs promise say

Last synced: 26 Nov 2024

https://github.com/kaelzhang/node-redis-extra

redis with promisified commands.

javascript next nodejs promise redis

Last synced: 14 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/valda1/nodejs_examples

Few examples of Node.js module.exports object; require() function; Promise object; async - await functions.

async async-await javascript module-exports node node-js nodejs promise promises promises-async-await promises-in-javascript requirejs

Last synced: 29 Dec 2024

https://github.com/nodef/extra-promise

A Promise represents the eventual result of an async operation.

extra promise

Last synced: 27 Nov 2024

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/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/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/itanex/ng-promise-demo

Using JS promises in context of $http

angularjs promise

Last synced: 02 Dec 2024

https://github.com/valtech-commerce/fs

graceful-fs / fs-extra wrapper

fs npm-package promise sync

Last synced: 02 Dec 2024

https://github.com/xg4/async-interval

setInterval for promises and async/await

async promise setinterval

Last synced: 31 Dec 2024

https://github.com/miran248/abortable

Provides abortable asynchronous primitives, based on promises

abortable javascript promise

Last synced: 28 Nov 2024

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

🕸 Promise based WebWorkers, for much multi-threaded goodness

javascript promise web-worker

Last synced: 28 Dec 2024

https://github.com/xpodev/winreg-promise

A promise-based wrapper around the winreg package

nodejs promise windows-registry winreg

Last synced: 06 Nov 2024

https://github.com/dbish6/async-delay-callback

A small dependency for asynchronous delays within your code! It also includes an optional callback that you can utilize.

async delay dependency javascript jest npm npm-package promise promises typescript

Last synced: 28 Nov 2024

https://github.com/jameslnewell/react-promise

🎣 React hooks for working with promises.

hooks promise react

Last synced: 16 Dec 2024

https://github.com/chandrabose-11/promise-task-3

In this task 3 taken Random jokes and punch API data from the server and use it

bootstrap css dom html js promise

Last synced: 07 Jan 2025

https://github.com/chandrabose-11/promise-task-2

Hi, In this task I taken Random jokes and punch API data from the server and use it

bootstrap css dom fetch html promise

Last synced: 07 Jan 2025

https://github.com/ycardon/playing-with-async

Different styles of asynchronism in ES6 / node 8.x

async nodejs promise rxjs

Last synced: 08 Dec 2024

https://github.com/xiaody/redux-sane

A redux middleware that provides sane default behaviors for non-plain object actions.

generator promise redux-middleware thunk

Last synced: 16 Nov 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/appletjs/call2p

将函数结果转换成promise形式。

callback error-first promise

Last synced: 23 Nov 2024

https://github.com/softwareventures/promise

Pure functional utilities for Promises

functional lambda promise typescript

Last synced: 12 Nov 2024

https://github.com/khachornchit/pluto-epoch

This is a legacy code. We need to review and processing in next step.

angularjs bootstrap css express html mean-stack mongodb nodejs promise

Last synced: 07 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/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/qard/any-deferred

Deferred promise with any-promise

deferred nodejs promise

Last synced: 31 Dec 2024

https://github.com/srect/promise

实现一个符合promiseA+规范的promise

promise

Last synced: 02 Jan 2025

https://github.com/irsol/javascript

JavaScript Practice

javascript js promise regexp

Last synced: 12 Nov 2024

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

catch promise error and retry

promise promise-retry

Last synced: 02 Jan 2025

https://github.com/ajomuch92/vue-suspense

A project for Vuejs 2 to use a placeholder for a promise function

loading promise suspense vuejs vuejs2

Last synced: 09 Dec 2024

https://github.com/myrotvorets/promise-chunk

Runs a list of native promises in chunks.

batch chunk promise

Last synced: 19 Dec 2024

https://github.com/illright/worker-request-response

A Promise API for submitting requests to workers and tracking responses.

promise service-workers web-workers

Last synced: 03 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/faressoft/ticks-tracer

Takes snapshots for an object across event loop ticks

async control debug fake flow nexttick process promise setimmediate snapshot test tick timer trace unit-testing

Last synced: 16 Dec 2024

https://github.com/alvarobernalg/ts-promisify-event-emitter

Another implementation of Event Emitter but strongly typed, "promisified" and with configurable max listeners

deno emitter event listener node promise

Last synced: 03 Dec 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 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/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/volem/playingwithpromises

Related code for the blog post.

bluebird nodejs promise

Last synced: 07 Jan 2025

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

Bind callback fn as promise fn.

nodejs promise

Last synced: 07 Jan 2025

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/martindzejky/promise-mock

Synchronous promise mock for tests

mock promise promise-mock sync synchronization

Last synced: 27 Oct 2024

https://github.com/zbo14/oathbreaker

Cancel pending promises with ease!

abortcontroller abortsignal async promise promises

Last synced: 04 Dec 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/danmasta/walk

Directory and file walking utility for node apps

async directory file node promise stream walk

Last synced: 04 Dec 2024

https://github.com/untool/eprom

A deliberately incorrect resettable promise-like JavaScript async primitive powering untool's server-side rendering and module reloading. Mostly conforms with the Promises/A+ spec.

deferred library promise promise-a-plus thenable

Last synced: 04 Jan 2025

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/asd-xiv/promise-queue

Self-popping promise based queue.

esm nodejs promise queue typescript

Last synced: 01 Jan 2025

Promise Awesome Lists
Promise Categories