An open API service indexing awesome lists of open source software.

https://github.com/bbb/promise-sequence-example

An example of how we can leverage Promise.all to create chains of parallel requests
https://github.com/bbb/promise-sequence-example

Last synced: 10 months ago
JSON representation

An example of how we can leverage Promise.all to create chains of parallel requests

Awesome Lists containing this project

README

          

Code to accompany a blog post: [A Smarter `Promise.all()` for JavaScript (ES2015)](http://ollie.relph.me/blog/a-smarter-promise-all/)

# Installing

`npm i`

# Running for Dev

Run `npm run watch` in one terminal session

Run `npm start` in another