Comment on An open question (rant) about Node.jsComments−sync12yAsync code is super easy to reason about when using ES6 Generators, which are available now in node v0.11.Here's both a series and a waterfall example: https://github.com/visionmedia/co#example
Comments
Async code is super easy to reason about when using ES6 Generators, which are available now in node v0.11.
Here's both a series and a waterfall example: https://github.com/visionmedia/co#example