NKNAWAZISH KHANinnawazish.hashnode.dev00The Node.js Event Loop Explained2d ago · 8 min read · If you've ever written JavaScript and wondered how setTimeout or fs.readFile manages to "wait" without freezing your entire program — you've already bumped into the event loop. It sounds intimidating Join discussion
KKKoushik Karmakarinhandles-multiple-requests-with-a-single-thread-by-koushik.hashnode.dev00How Node.js Handles Multiple Requests with a Single Thread4d ago · 8 min read · If you've spent any time in the Node.js world, you've probably heard the phrase "single-threaded but highly scalable" thrown around. At first, that sounds like a contradiction. How can something that Join discussion
AKAshaaf Khaninashaaf.hashnode.dev00Node.js: The Paradigm Shift of JavaScript4d ago · 5 min read · For nearly fifteen years, JavaScript was a language with a very specific, limited "home". It lived inside web browsers, performing simple tasks like validating forms or creating flashy animations. If Join discussion
AKAnil kumarinjavascript-anil-blogs.hashnode.dev00Blocking vs Non-Blocking Code in Node.js5d ago · 8 min read · Introduction One of the biggest reasons Node.js became popular is its ability to handle many requests efficiently using non-blocking operations. When developers first hear that Node.js is: Single-threJoin discussion
TTejasintejasdevcodes.hashnode.dev00What is Node.js? JavaScript on the Server Explained5d ago · 3 min read · What is Node.js? Node.js is a JavaScript runtime environment built on top of Google Chrome’s V8 engine. Earlier, JavaScript could only run inside browsers. But Node.js made it possible to run JavaScriJoin discussion
SMSiddhartha Mohapatrainnode-introduction.hashnode.dev00What is Node.js?May 7 · 3 min read · Node.js is a cross-platform, open-source JavaScript runtime environment that allows developers to execute JavaScript code outside a web browser to build server-side applications. To run JavaScript outJoin discussion
SSSoumyaditya Sinhainsoumyaditya-blog.hashnode.dev10Node.js Internals & Event LoopMar 17 · 15 min read · To 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 weJoin discussion
AAAsghar aliinasgharalifs.hashnode.dev00Understand Node.js ArchitectureMar 16 · 12 min read · Why does Node.js Architecture Matter? When you use NodeJS, you are just writing JavaScript, calling functions, making API's, and reading files; it works and you move on. But something happened weirdlyJoin discussion
DSDiwya sudarshan kaushikindskwebdev.hashnode.dev00Node.js Internals and ArchitectureMar 15 · 3 min read · Basic 1.Javascript is single thread.2.Every Browsers have java script engine.3.JS work different in both environment Node.js and Browser What is Node.JS? Node.js is a runtime environment that allows JJoin discussion
SAShriyansh Agarwalinshriyanshagarwal.hashnode.dev00Understanding Node.js Architecture: V8, libuv, and Node Bindings ExplainedMar 14 · 6 min read · How does Node.js work? This is the most common question that an interviewer asks in a JavaScript interview. The answer lies in the Node.js architecture, which involves mainly V8 engine libuv Node.jJoin discussion