The Node.js Event Loop
We all know that the Node.js runs on single threaded architecture, still it handles thousands of concurrent operations, and this makes us think.... How is that even possible ?
The answer can be found
blog.rohitchornele.online8 min read