Async Code in Node.js: Callbacks and Promises
Apr 30 · 6 min read · In the world of node.js, things don't always happens one after another in straight line. If it did you application were incredibly slow. Lets break down how node.js handle mutiple tasks at once withou