RMronish maharjaninblog.ronishmaharjan.info.np·Jun 5 · 19 min readNode.js Internals (How node.js works under the hood)Note: This article is based on Node.js v26.3.0 and Libuv v1.48.0 Most people don't know that Node.js runs JavaScript on a single thread. This often raises an important question and that question moti62Z
RTRochak Tiwariinunderstandingwebdevelopment.hashnode.dev·Mar 17 · 7 min readNode.js Internals & Event LoopIntroduction Node.js is a runtime environment that enables JavaScript to run outside the browser. It was designed to address the growing need for a unified language across both client-side and server-10
SSSoumyaditya Sinhainsoumyaditya-blog.hashnode.dev·Mar 17 · 15 min readNode.js Internals & Event LoopTo understand how Node.js works, we need to know why it was made. JavaScript used to run only in web browsers, which have the tools needed to execute it. This meant JavaScript was mostly for making we10
MSManpreet Singhinmanpreet006.hashnode.dev·Mar 15 · 7 min readNode.js Internals & Architecture ExplainedWhen I first started learning Node.js, one thing confused me a lot: if JavaScript runs on a single thread, how does Node.js handle many tasks at the same time? While exploring this question, I discove10