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
- Host: GitHub
- URL: https://github.com/bbb/promise-sequence-example
- Owner: BBB
- Created: 2015-10-20T20:30:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-10-22T10:43:18.000Z (almost 11 years ago)
- Last Synced: 2023-03-10T22:28:43.470Z (over 3 years ago)
- Language: JavaScript
- Homepage: http://ollie.relph.me/blog/a-smarter-promise-all/
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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