DEV Community

Discussion on: What Is Concurrency In Node JS?

Collapse
 
yohancourbe profile image
Yohan Courbe

Interesting reading, worth mentioning we should always surround our await with try catch block for error handling (future version of node will crash the process in case of un handled promise rejection). Cheers