Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ertrzyiks/await-test


https://github.com/ertrzyiks/await-test

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# await-test

Simple playground for ES7 await syntax

```
app.get('/', async function (req, res) {
var result = await get();

res.send(result);
});
```