/coroutines-in-node

Examples of co-routines in Node using co and bluebird.

Primary LanguageJavaScript

Coroutines in Node.js

This repo contains some examples for using co and bluebird as a coroutine mechanism to write Node.js code in a straight-line manner dispite asynchronous operations. See the blog article for a walkthrough.