mhurwi / sample-fast-async

Tiny example using async/await syntax, promises, babel and fast-async

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This tiny example app shows how to use the upcoming JavaScript await / async syntax.

One function, declared as 'async', will await several async operations within. At the end, it will deliver to your console a tasty burger.

To run:

$ npm install

...

$ babel-node server.js

About

Tiny example using async/await syntax, promises, babel and fast-async


Languages

Language:JavaScript 100.0%