Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/traviskaufman/co-talk-examples

Example Code from my talk on Javascript Coroutines
https://github.com/traviskaufman/co-talk-examples

Last synced: 7 days ago
JSON representation

Example Code from my talk on Javascript Coroutines

Awesome Lists containing this project

README

        

This repo contains all of the code samples from my talk Dead-Simple
Async Control Flow with Coroutines given at the [New York NodeJS
Meetup](http://www.meetup.com/nodejs/events/223578097/) on Aug. 19th,
2015.

## Running the code

You will need [babeljs](http://babeljs.io) in order to run the examples.
Simply type `babel-node .js` to run the code.

To run the database cursoring example, you will need Postgresql and will
need to load the `usda.sql` file. See the `README` in the
`usda-r18-1.0/` directory for instructions.