How Node.js Actually Works
When people start learning Node.js, they often hear statements like:
Node.js is single-threaded
Node.js is non-blocking
Node.js uses an Event Loop
But what actually happens inside Node.js when we
blog.prakashtsx.me6 min read