Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gimenete/awaitnewyear
Example repo for using async/await in nodejs in 2016
https://github.com/gimenete/awaitnewyear
Last synced: 11 days ago
JSON representation
Example repo for using async/await in nodejs in 2016
- Host: GitHub
- URL: https://github.com/gimenete/awaitnewyear
- Owner: gimenete
- License: mit
- Created: 2016-12-07T22:22:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T21:28:16.000Z (almost 2 years ago)
- Last Synced: 2024-04-14T12:31:07.524Z (7 months ago)
- Language: JavaScript
- Size: 233 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# awaitNewYear
Example repo for using async/await in Node.js in 2016. More information in the [original article](https://medium.com/@gimenete/await-newyear-learning-es7-734ca587907#.439osr8vb).
- Uses [babel](https://babeljs.io), but only the minimal for supporting async/await
- Includes [sourcemap support](https://github.com/evanw/node-source-map-support)
- Uses [yarn](https://yarnpkg.com)
- Uses [dotenv](https://github.com/motdotla/dotenv) for configuration
- Uses [mocha](https://mochajs.org) and [fetch](https://github.com/bitinn/node-fetch) for functional testing
- Uses [standard](https://github.com/feross/standard)This example app also uses [pug](https://pugjs.org) and [express](https://expressjs.com), but any other framework can be easily used.
## Credits
The JS logo is taken from [voodootikigod/logo.js](https://github.com/voodootikigod/logo.js)