Static Site Generators
Coroutine Event Loops in Javascript
Coroutine vs Continuation vs Generator
Callbacks vs Coroutines
A look at callbacks vs generators vs coroutines
A Closer Look at Generators Without Promises
In my last post, I studied how combining promises and generators provides a nice solution for callback hell. Here I look at a few solutions for simply using generators, without promises at all, in node to write nice async code.