Node.js and Event Loop
We often come across articles saying that Node.js is an event-driven platform, but what do they actually mean by this? What is event-driven programming? What makes Node.js different from the conventional servers? How does Node.js work under the hood?...
amoghdixit2010.hashnode.dev6 min read
Deepesh Kumar R
Thanks for the explaination. One query, eventhough with the help of libuv, internal threadpools are generated and ready to do io tasks, but how it is effecient in performance and avoid latency when compared to multi threaded, since there also threads are getting generated.