This is a simple page running on express demonstrating an examle of promises in javascript. Five examples include:
- Not using promises
- Using individual promises
- Using
promise.race()
- Using
promise.all()
- Using async/await
Clone the repository then run npm install
.
Serve the page with node server.js