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/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: 25 Oct 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/yoannchb-pro/enqueu

Promise queue for concurrency control

async-await enqueue handler promise queue

Last synced: 24 Oct 2024

https://github.com/jchip/xaa

async/await/Promise helpers - delay, defer, timeout, each, map, filter

async await defer delay each filter helpers map promise timeout

Last synced: 12 Oct 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/jchip/item-queue

An item processing queue with Promise

item pause processing promise queue resume timer watch

Last synced: 12 Oct 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/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: 02 Nov 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: 19 Oct 2024

https://github.com/develephant/spawnp

A simple Async/Promise wrapper around child_process.spawn

async await es2017 node process promise spawn

Last synced: 04 Nov 2024

https://github.com/elmigranto/awaitability

Utilities for composing async/await functions.

async-await es2017 javascript modules promise utilities

Last synced: 15 Oct 2024

https://github.com/loop333/ipad_news_view

View News Channels On iPad

abc cnn fox ios ipad javascript news promise tv

Last synced: 11 Nov 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: 15 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: 14 Oct 2024

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

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

promise querystrings xhr

Last synced: 18 Oct 2024

https://github.com/robojones/better-events

Improved version of the Node.js EventEmitter

event-emitter node-eventemitter nodejs promise

Last synced: 14 Oct 2024

https://github.com/robojones/x-time

setTimeout() with native promises

javascript nodejs promise settimeout timeout xtime

Last synced: 14 Oct 2024

https://github.com/robojones/create-path

Promise version of mkdirp

async create javascript mkdir nodejs path promise

Last synced: 14 Oct 2024

https://github.com/gxlmyacc/indexed-db-async

opera indexed-db with promise

async indexed-db promise

Last synced: 16 Nov 2024

https://github.com/shaurya019/javascript-advanced-concepts

This repo include FetchAPi, XMLHttpRequest, Synchronous vs Asynchronous, callbackHell, Promises and other concepts to.

async async-await javascript promise sync xmlhttprequest

Last synced: 12 Nov 2024

https://github.com/robojones/once

Create promises for events in Node.js

await events nodejs promise

Last synced: 14 Oct 2024

https://github.com/tsertkov/easy-whois

Easy WHOIS client for Node.js

async await nodejs promise whois whois-client

Last synced: 16 Oct 2024

https://github.com/3axap4ehko/asygen

0-Deps, simple and fast async generator library for browser and NodeJS.

async browser deferred generator node npm promise

Last synced: 28 Oct 2024

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

🎣 React hooks for working with promises.

hooks promise react

Last synced: 28 Oct 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.

async promise retry

Last synced: 25 Oct 2024

https://github.com/wuxianqiang/todo

雷超的练习项目

commonjs promise

Last synced: 16 Nov 2024

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: 15 Nov 2024

https://github.com/fabervitale/build-js-promise-from-scratch-talk

Slides of a talk about building JS Promise in Typescript

promise promise-library slides slidev typescript

Last synced: 27 Oct 2024

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: 13 Nov 2024

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: 15 Nov 2024

https://github.com/shinnn/fettuccine-class

A class to create a new fettuccine wrapper that defaults to the given options

class fetch http https javascript nodejs promise request

Last synced: 18 Oct 2024

https://github.com/webdeveric/image-preloader

Preload images then do something else

image-preloader preload preload-images promise

Last synced: 13 Nov 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/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: 13 Nov 2024

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: 13 Nov 2024

https://github.com/twooster/testsync

JS Helper for Testing Intricate Asynchronous Code

async helper javascript promise testing

Last synced: 13 Nov 2024

https://github.com/shinnn/import-package

Import an npm package from the disk

fallback import javascript nodejs npm package promise

Last synced: 18 Oct 2024

https://github.com/shinnn/readdir-clean

Like `fs.readdir`, but excludes autogenerated contents for example .DS_Store and Thumbs.db

filesystem filter javascript list nodejs promise readdir

Last synced: 18 Oct 2024

https://github.com/shinnn/resolve-from-npm

Resolve the path of a module from the directory where npm is installed

async javascript module nodejs npm path promise require resolution

Last synced: 18 Oct 2024

https://github.com/qard/any-deferred

Deferred promise with any-promise

deferred nodejs promise

Last synced: 08 Nov 2024

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

A cache of promise.

cahce promise

Last synced: 09 Nov 2024

https://github.com/shinnn/list-utf8-files

List all UTF8-encoded files in a given directory

async encoding javascript list nodejs promise readdir set utf-8 utf8

Last synced: 18 Oct 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: 15 Nov 2024

https://github.com/shinnn/spawn-stack

Spawn a new process using `stack` command with the given arguments

child-process haskell javascript nodejs observable promise spawn stack

Last synced: 18 Oct 2024

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

Promise all, but with max limit

javascript promise promise-all

Last synced: 15 Nov 2024

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 Nov 2024

https://github.com/asd-xiv/promise-queue

Self-popping promise based queue.

esm nodejs promise queue typescript

Last synced: 08 Nov 2024

https://github.com/shinnn/glob-set

Like node-glob, but provides matched paths as a `Set` instead of an `Array`

gather glob matching pattern promise search set wildcards

Last synced: 18 Oct 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 javascript promise

Last synced: 14 Nov 2024

https://github.com/shinnn/parse-npm-version

Parse the installed npm version with node-semver

async javascript nodejs npm parse promise semantic-versioning semver version

Last synced: 18 Oct 2024

https://github.com/shinnn/real-executable-path

Find the first instance of an executable in the PATH, with expanding all symbolic links

async executable javascript nodejs promise symbolic-links symlink

Last synced: 18 Oct 2024

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

redis with promisified commands.

javascript next nodejs promise redis

Last synced: 26 Oct 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: 15 Nov 2024

https://github.com/shinnn/rmf

Remove a file or symbolic link without throwing an error when the target does not exist, as UNIX `rm -f` does

async deletion force javascript nodejs promise removal remove rm unlink

Last synced: 18 Oct 2024

https://github.com/bredele/surething

Transform every thing into a promise

everything promise

Last synced: 31 Oct 2024

https://github.com/scrwdrv/recurdir

recurdir is a lightweight package written in typescript that allows you to make/remove directories easily.

directory filesystem javascript node promise recursive typescript

Last synced: 17 Nov 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: 07 Nov 2024

https://github.com/azerato/x100

Modern Pure Javascript application - with JS Class / Promise / WebSql / MaterializeCss / Import - Export

javascript materializecss promise websql

Last synced: 17 Nov 2024

https://github.com/shinnn/load-request-from-cwd-or-npm

Load `request` module from either CWD or npm CLI directory

efficiency javascript nodejs npm promise request

Last synced: 18 Oct 2024

https://github.com/shinnn/home-files

List all files in the home directory

async enumeration home javascript list nodejs promise

Last synced: 18 Oct 2024

https://github.com/pawsong/react-monitor-promise

React HoC for monitoring promise state

declarative promise react

Last synced: 17 Nov 2024

https://github.com/shinnn/file-to-npm-cache

Store a file in the npm cache directory

cache compression gzip javascript nodejs npm promise tar tgz

Last synced: 18 Oct 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: 14 Oct 2024

https://github.com/sysread/promises-channel

A coordination channel implemented with Promises

channel perl promise promises

Last synced: 14 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 Nov 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/lukasbach/ayemitter

Typed event handler/emitter with optional react hook bindings

async emitter events hook javascript promise react typescript

Last synced: 05 Nov 2024

https://github.com/leko/in-progress.js

Prevent screen transition if any state changed.

beforeunload form promise

Last synced: 26 Oct 2024

https://github.com/nwtgck/promise-limiter-npm

Simultaneous Promise Execution Limiter, considering resource

execution javascript number promise restrict semaphore

Last synced: 25 Oct 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: 14 Oct 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/illright/worker-request-response

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

promise service-workers web-workers

Last synced: 15 Oct 2024

https://github.com/lei1248276/simple-axios-wechat

简易的axios微信小程序版使用typescript实现

axios http miniprogram promise request typescript wechat weixin

Last synced: 13 Nov 2024

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: 28 Oct 2024

https://github.com/xiyuyizhi/ww.ajax

自己封装的ajax库,支持回调和promise形式,上传、下载等

ajax file-upload filesystem promise

Last synced: 13 Oct 2024

https://github.com/kaelzhang/p-concurrency

Decorate async functions with limited concurrency, which can be used as decorator in the future.

async concurrency javascript nodejs promise

Last synced: 26 Oct 2024

https://github.com/ecollect/pateka

Ordered pararallel asynchronous tasks.

async await nodejs parallel promise queue tasks worker

Last synced: 08 Nov 2024

https://github.com/kaelzhang/node-simple-thenify

Make sure a function is thenable

javascript nodejs promise thenify

Last synced: 26 Oct 2024

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

Promise library for Go.

go golang promise promise-library

Last synced: 13 Nov 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: 31 Oct 2024

https://github.com/marcosellys/helloproto

GRPC with Protobuf application example

angular grpc node promise protobuf typescript

Last synced: 14 Nov 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 Nov 2024

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

🌏 Promisified Geolocation

geolocation javascript promise

Last synced: 15 Nov 2024

Promise Awesome Lists
Promise Categories