DEV Community

Discussion on: What Is Concurrency In Node JS?

Collapse
 
wizardrogue profile image
Joseph Angelo Barrozo

Hi! Great article!

I've been using NodeJS since v0.10.28 and I've gone from callbacks to using an async library to using Promises. I'm almost certainly going to try using async/await now but the little fearful and lazy dev in me doesn't want to believe you and he really doesn't want to change his coding style. Can you help me out here? Is there a legitimate reason why I should listen to him and maybe stick to Promise-then chains I am all to familiar with at the moment?

Collapse
 
neutrino2211 profile image
Mainasara Al-amin Tsowa

There is no specific reason to use async/await over promise chains, it's all about what you prefer 😁