##Promise
promise.js is for illustration purpose, do not run it.
promise-example.js is an example of using promise in different ways.
##Generator
Generator.js is a simple example of generator function and generator.
Generator-runner.js is a simple implementation of generator-promise-flow task runner
Generator-runner-example.js is a simple example of how to use task runner to make your async code look like synchronous.
##Installation Some Examples need request.js dependency.
npm install request -g