Comment on Ask HN: What is the coolest JS library out there?Comments−byoung213yAsync: https://github.com/caolan/async - it helps avoid callback hell. I use it in node.js.−jamespitts13yCan't agree with you more. Caolan Async is super-useful in the client as well, particularly "until" (for waiting until a condition is met).−dccoolgai13yAgreed..I am starting to feel that you can't even do node right w/o it.
Comments
Async: https://github.com/caolan/async - it helps avoid callback hell. I use it in node.js.
Can't agree with you more. Caolan Async is super-useful in the client as well, particularly "until" (for waiting until a condition is met).
Agreed..I am starting to feel that you can't even do node right w/o it.