Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/traviskaufman/co-talk-examples
- Owner: traviskaufman
- Created: 2015-08-08T20:01:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-19T23:02:51.000Z (over 9 years ago)
- Last Synced: 2025-01-08T15:55:31.523Z (16 days ago)
- Language: PLpgSQL
- Size: 2.21 MB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.