making async code practically synchronous
- for simple callback using galaxy
node --harmony with_galaxy.js - promise with q
node --harmony with_q.js - promise with bluebird
node --harmony with_bluebird.js - running generator functions in parallel
node --harmony allInParallel.js