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/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/oleksandr-romashko/goit-js-hw-09

Homework for Timers, Date and Promices

date js promise

Last synced: 22 Jan 2025

https://github.com/wdalmut/maybe-with-promises-2

Improved example of usage for maybes with promises

example javascript js maybe-monad promise

Last synced: 22 Jan 2025

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/mwittig/restler-promise

A restler wrapper for the Promises/A+ implementation of your choice

api-wrapper promise rest restler restler-promise wrapper

Last synced: 16 Jan 2025

https://github.com/commenthol/asyncc-promise

Just asynchronous patterns for promises

asynchronous asynchronous-patterns parallel pattern promise serial

Last synced: 09 Jan 2025

https://github.com/marcosellys/helloproto

GRPC with Protobuf application example

angular grpc node promise protobuf typescript

Last synced: 15 Jan 2025

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

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/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: 16 Jan 2025

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

https://github.com/justforuse/promise-limit-all

Promise all, but with max limit

javascript promise promise-all

Last synced: 16 Jan 2025

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

promise based asynchronous translations

promise typescript

Last synced: 13 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/jill64/unfurl

💠 Concurrently wait for a Promise mapped to an object while preserving the type

concurrency promise utility

Last synced: 10 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: 16 Jan 2025

https://github.com/sevenoutman/use-abandon-on-unmount

React Hook for abandoning promises upon component unmounting

promise react react-hooks

Last synced: 08 Jan 2025

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

https://github.com/aldenvallestero/javascript-promise

Learn how to optimize time & space when performing huge business logic with JavaScript Promise.

javascript promise

Last synced: 07 Jan 2025

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/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/mcculloh213/xmlhttprequestpromise

Promise-able XMLHttpRequest

javascript promise xmlhttprequest

Last synced: 18 Jan 2025

https://github.com/nagilum/js-promise-vimeo-upload

Promise based JS function to upload Blob to Vimeo

javascript promise promises streaming upload vimeo

Last synced: 16 Jan 2025

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

https://github.com/mkende/perl_parallel_task_executor

Cross-platform executor for parallel tasks executed in forked processes.

executor fork ipc perl promise

Last synced: 12 Jan 2025

https://github.com/spudnyk/async-wrappers

Various functions for asynchronous operations

async async-functions debounce javascript promise throttle

Last synced: 16 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/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/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: 22 Jan 2025

https://github.com/maximilianmairinger/resablepromise

Simple promise subclass, allowing for resolvement outside of callback (as property).

able promise resable resolve utility

Last synced: 22 Jan 2025

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

https://github.com/elementbound/js-di

Simple dependency injection in Javascript

async dependency-injection javascript promise sample

Last synced: 19 Jan 2025

https://github.com/anbumani12/github-profile-fetch-api-task

GitHub User Profile-Fetch Task

api async-await css dom html js promise

Last synced: 21 Jan 2025

https://github.com/anbumani12/async-day-5-weather-api-task

Restcountries & Weather using Fetch API Task

css dom fetch-api html js promise xmlhttprequest

Last synced: 21 Jan 2025

https://github.com/fanqingsong/lazyman_idea

to demo lazy man in async && chain style

async chain lazyman promise settimeout

Last synced: 14 Jan 2025

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

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/flipeador/js-promise

Extended promise functionality and utilities.

browser extended javascript nodejs promise

Last synced: 14 Nov 2024

https://github.com/flipeador/node-promise-ex

Provides extended promise functionality and utilities.

async-await es-module extended javascript nodejs promise

Last synced: 14 Jan 2025

https://github.com/matrixai/js-async-cancellable

Asynchronous Cancellation (Promises) for JavaScript/TypeScript

cancellation promise

Last synced: 24 Jan 2025

https://github.com/cebor/es-promisify

ES2015 Promisify Library

es2015 es6 javascript promise

Last synced: 22 Jan 2025

https://github.com/flaviotordini/promises

Javascript-style Promise implementation for Qt

async asynchronous asynchronous-programming promise promises qt qt6

Last synced: 22 Jan 2025

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/sysread/promises-channel

A coordination channel implemented with Promises

channel perl promise promises

Last synced: 14 Jan 2025

https://github.com/allienx/async-once

Guarantee an async function only has one active execution at a time.

async javascript promise

Last synced: 09 Jan 2025

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/iainjreid/honest-workers

🕸 Promise based WebWorkers, for much multi-threaded goodness

javascript promise web-worker

Last synced: 28 Dec 2024

https://github.com/hookyns/promisesource

Promise manageable from outer scope, similar to C#'s TaskCompletionSource

completion javascript nodejs promise source taskcompletionsource typescript

Last synced: 15 Jan 2025

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

https://github.com/yubaoquan/p-cancelable

A cancelable promise.

cancelable promise

Last synced: 21 Jan 2025

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/webdeveric/image-preloader

Preload images then do something else

image-preloader preload preload-images promise

Last synced: 12 Jan 2025

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/yogadeepan29/async--day-20_task-3_shortenease

Day-20 Task ( Promise Task ) - ShortenEase ( URL-Shortener )

bootstrap fetch-api html-css-javascript promise rwd url-shortener

Last synced: 12 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/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 Jan 2025

https://github.com/yogadeepan29/async--day-17-fetch-api

Day-17 Task (Async Programming) - Rest countries and OpenWeather API using fetch() API

append async bootstrap dom-manipulation fetch-api html-css-javascript promise responsive

Last synced: 12 Jan 2025

https://github.com/zyszys/promice

Simple implementation of Promises/A+.

promise promises-aplus

Last synced: 21 Jan 2025

https://github.com/mikeludemann/javascript-promises-versus-observables

Different between Observables and Promises with JavaScript

javascript observable promise

Last synced: 07 Dec 2024

https://github.com/j5py/j5py.github.io

A simple Responsive Web Design acting as a Single Page Application from a previous account (it was initially a way to save my progress in CSS and JS, and it remains above all a way to practice JS).

async-await fetch-api generator github-pages javascript promise web-development

Last synced: 14 Jan 2025

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/rtmigo/later_kt

Lightweight asynchronous values for Kotlin. Serves the same purpose as Future, Deferred, Promise. Great for procrastinators

async await callback deferred future jvm kotlin promise

Last synced: 21 Jan 2025

https://github.com/nikitakozlovjr/file-manager

This file manager module provides functions for quickly working with files thanks to asynchronous work with them.

async-await asynchronous-programming fs promise readfile

Last synced: 14 Jan 2025

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

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

https://github.com/softwareventures/promise

Pure functional utilities for Promises

functional lambda promise typescript

Last synced: 10 Jan 2025

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/irsol/javascript

JavaScript Practice

javascript js promise regexp

Last synced: 10 Jan 2025

https://github.com/volem/playingwithpromises

Related code for the blog post.

bluebird nodejs promise

Last synced: 07 Jan 2025

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/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/vloldik/gomise

Go promise

go promise

Last synced: 24 Nov 2024

https://github.com/4bdullah7eeshan/giphy-api-example

Fetching GIFs from GIPHY API

api fetch-api promise

Last synced: 21 Jan 2025

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

Bind callback fn as promise fn.

nodejs promise

Last synced: 07 Jan 2025

https://github.com/romagny13/ts-promise

TypeScript Promise

promise typescript

Last synced: 30 Nov 2024

Promise Awesome Lists
Promise Categories