The I/O Bottleneck: Conquering Asynchrony in Node.js
If you block the main thread in a browser, you annoy one user. The tab freezes, they get frustrated, and maybe they refresh.
If you block the main thread in Node.js, you take down the entire server. E
blog.himanshubalani.com5 min read