How to Use Funk to deal with Nested Callbacks in NodeJS

Mar 1 2011 by Andrew Brown

When you have callbacks inside callbacks inside callbacks, it what we call in NodeJS boomerang code. Because it looks like a boomerang. Your javascript will become un-managable so we need a better way.

You can use flow-js, and step, but I’m going to use funk.

Write a Comment to “How to Use Funk to deal with Nested Callbacks in NodeJS”