This repository contains all code to use async await features in an Express application.
To install and test the code please follow the following steps:
- Clone or fork the repository
- Go to the local repository folder and digit
npm install
- Once all requested modules have been installed digit
npm start
The express application start at: http://localhost:5000/
References:
- MDN - async function
- Understanding JavaScriptìs async await
- Async functions - making promises friendly
- Async Functions for ECMAScript
I created this repository for all of you want use new async await features just today in Express. Feel free to send me feedback and issue to improve the example.