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/bendyworks/rah-rah

Use await while respecting failure cases without exceptions

await javascript promise typescript typescript-library

Last synced: 25 Nov 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/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/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/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/saikiran76/hacktoberfest2k23

Promisify - Function that returns a promise that resolves after n seconds have passed, where n is passed as an argument to the function.

beginner beginner-friendly hacktoberfest hacktoberfest-2023 hacktoberfest-accepted hacktoberfest2023 hacktoberfest2023-accepted hacktoberfest2023-approved javascript promise promises web

Last synced: 01 Jan 2025

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/bredele/surething

Transform every thing into a promise

everything promise

Last synced: 19 Dec 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/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/iamnnort/request

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

ajax fetch http promise request xhr

Last synced: 05 Nov 2024

https://github.com/talon1024/js-promise-examples

Simple JavaScript/ECMAScript 6 Promise API examples and experiments

example javascript learning promise simple

Last synced: 17 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/artem328/go-promise

The promises API for Go

async go golang promise

Last synced: 23 Jan 2025

https://github.com/randyou/cache-promise

A cache of promise.

cahce promise

Last synced: 05 Jan 2025

https://github.com/sobird/promise.js

基于Promise/A+规范的Promise实现

promise

Last synced: 01 Jan 2025

https://github.com/siddarthvader/angular-httpshooter

An angular js factory which shoots http calls asynchronously.

angular asynchronous factory http promise

Last synced: 19 Jan 2025

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/stat-size

Promise that returns the size of a file or directory.

bytes directory disk file folder fs node node-js promise size utility volume

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/repo-package-json

Fetches the package.json content from a GitHub repository.

fetch got json lib library node node-js nodejs npm npm-api package-json pkg promise util utility

Last synced: 25 Dec 2024

https://github.com/jaid/is-git-repo-dirty

Returns true if a given directory is a dirty git repository.

git git-repo lib library promise 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/martindzejky/promise-mock

Synchronous promise mock for tests

mock promise promise-mock sync synchronization

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/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/richie-south/mulig

Resolve multible promises with order: fastest, queue, stack

npm ordered promise

Last synced: 17 Jan 2025

https://github.com/afeiship/next-make-cancelable

Make promise cancelable.

cancelable destroy next promise

Last synced: 14 Dec 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/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/lsongdev/promise-retry

catch promise error and retry

promise promise-retry

Last synced: 02 Jan 2025

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/axelf4/promise-trap

🤞 Records promises enabling an easy Promise.all

javascript-library promise

Last synced: 05 Jan 2025

https://github.com/slaveofcode/delaytime

Simple NodeJs module for delaying execution

delay delay-promise promise timeout waiting

Last synced: 20 Jan 2025

https://github.com/pocesar/js-delayable-idle-abort-promise

Race an array of promises against a promise that rejects if nothing happens in the specified time window, but that can be postponed by signaling activity

abort abortable delayed inactivity inactivity-timer postpone promise promise-race promises race signaling-activity typescript typescript-definitions typescript-library

Last synced: 15 Dec 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

mock promise test

Last synced: 03 Jan 2025

https://github.com/dc0d/future

experimenting with futures and generics

future generics go golang promise

Last synced: 20 Jan 2025

https://github.com/mownikapremkumar/day-17-task

RESTCOUNTRIES TASK -In this task we are getting the weather details based on country name

css dom fetch-api html js promise

Last synced: 03 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/mirror45/keksobooking

«Keksobooking» — сервис по размещению объявлений об аренде недвижимости в центре Токио. Пользователям предоставляется возможность разместить объявления о своей недвижимости или просмотреть уже размещенные объявления

dom es6 fetch js leaflet-map modules nouislider pristinejs promise

Last synced: 27 Dec 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 Jan 2025

https://github.com/zhou-chaoxian/vue-await-component

处理 promise 的 vue 组件

await component promise vue

Last synced: 03 Jan 2025

https://github.com/fengxinming/tammy

:zap: Promise based HTTP client for the browser and node.js

ajax axios http promise tammy

Last synced: 04 Jan 2025

https://github.com/uid11/study-promise

Make Promise for studing them

promise studying

Last synced: 04 Jan 2025

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

Promise library for Go.

go golang promise promise-library

Last synced: 13 Jan 2025

https://github.com/a-x-/thenlog

js promise .then() calls logger for node and browser

logger promise

Last synced: 11 Jan 2025

https://github.com/a-x-/mkdirpp

Recursively mkdir, like `mkdir -p`, but in node.js (with promises)

fs mkdir mkdirp promise shell

Last synced: 11 Jan 2025

https://github.com/falsandtru/atomic-promise

Promise with no delay.

atomic promise synchronous

Last synced: 04 Jan 2025

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/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/leko/in-progress.js

Prevent screen transition if any state changed.

beforeunload form promise

Last synced: 13 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/ludvigalden/exectx

Cancelable and type-safe executions and contexts

cancelable context execution promise

Last synced: 11 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/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/kevinadhiguna/async-await-js

A tutorial about async-await, promise, and callback in Javascript

async-await callback javascript promise

Last synced: 11 Jan 2025

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/cnlon/angular-controller

AngularController 用于改进 Angular1 编码体验,开启 ESNext 使用新模式。

anguarljs angular angular1 async es6 promise

Last synced: 08 Jan 2025

https://github.com/laqudee/promise-futurable

Building Promises from scratch

promise promiseaplus rollup typescript

Last synced: 30 Nov 2024

https://github.com/develephant/jsonp

A promise based JSON wrapper.

async es2017 json promise

Last synced: 22 Dec 2024

https://github.com/makenowjust/thenction

thenction is an abbreviation of thenable function.

javascript javascript-library promise sushi-ware

Last synced: 11 Jan 2025

https://github.com/mkgaru/esthread

modern worker threading library . inspired by deep-rain/thread

javascript promise publicdomain thread typescript webworker

Last synced: 15 Jan 2025

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/myrotvorets/promise-chunk

Runs a list of native promises in chunks.

batch chunk promise

Last synced: 19 Dec 2024

https://github.com/olenasavchenko/twitter-posts

https://elena-savchenko-twitter-posts.netlify.app/

fetch-api js promise

Last synced: 15 Jan 2025

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

Exploring sciter promises

async-await promise sciter-js

Last synced: 04 Jan 2025

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/sidmishraw/parole

JobPool and Promises for Java

futures promise promise-api promises

Last synced: 15 Jan 2025

https://github.com/gluons/wheres-here

🌏 Promisified Geolocation

geolocation javascript promise

Last synced: 15 Jan 2025

https://github.com/pmlcrz/aula1-mod3

Aula 1 - modulo 3

promise promises

Last synced: 20 Jan 2025

https://github.com/irina-anat/goit-js-hw-09

Сolor switcher, countdown timer, a promise generator

async date notiflix promise

Last synced: 07 Jan 2025

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/rvanasa/plasma

An Intuitive ES6 Functional Reactive Programming Library

es6 frp promise reactivex resource rxjs

Last synced: 15 Jan 2025

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/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.

async await fetch-api promise

Last synced: 31 Dec 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 ...

async await promise

Last synced: 31 Dec 2024

https://github.com/marcosellys/helloproto

GRPC with Protobuf application example

angular grpc node promise protobuf typescript

Last synced: 15 Jan 2025

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: 20 Jan 2025

https://github.com/avimehenwal/ts-translate

promise based asynchronous translations

promise typescript

Last synced: 13 Jan 2025

https://github.com/oleksandr-romashko/goit-js-hw-09

Homework for Timers, Date and Promices

date js promise

Last synced: 22 Jan 2025

Promise Awesome Lists
Promise Categories