Use callbacks but don't nest them or you will soon find yourself in callback hell. Instead, keep code shallow and use something like async.js to help maintain code sanity.
Use callbacks but don't nest them or you will soon find yourself in callback hell. Instead, keep code shallow and use something like async.js to help maintain code sanity.