CascadiaJS 2013 is proudly brought to you by
You can view the rest of the videos on our
The Node Event Loop: Magic, Mystery and Myths
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.