CascadiaJS 2013 is proudly brought to you by


You can view the rest of the videos on our2013 playlist on Youtube


The Node Event Loop: Magic, Mystery and Myths

stephen

A deep dive into the dark depths of destroying the event loop. Node does a great job providing async methods for common I/O operations. But it's not magic. It can't make your code async unless you tell it to.