AGAryan Guptainaryan-blog.hashnode.dev路Mar 17 路 3 min readBasic Architecture of Node.js : Core ComponentsBasic Architecture of Node.js: Core Components When you write JavaScript in Node.js, it feels like everything just works鈥攖imers fire, files are read, APIs respond. But behind the scenes, Node.js is a 10
AAAsghar aliinasgharalifs.hashnode.dev路Mar 16 路 12 min readUnderstand Node.js ArchitectureWhy 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 weirdly00
DDivakarindivakar29.hashnode.dev路Mar 10 路 4 min readNodeJs Architecture (Internals)About NodeJS NodeJS is a runtime environment for Javascript. Initially, we could run JS code only in browser but nodeJS allowed us to run the code outside browser. It was created by Ryan Dahl in 2009.00
ASAaditya Shreeraminday-1-deep-dive-into-nodejs-event-loop.hashnode.dev路Sep 4, 2025 路 4 min readDay 4: Cluster vs Worker Threads in Node.js - How to Scale & Parallelize Your AppsHello Folks! 馃憢 Ever wondered how Node.js, being single-threaded, manages to handle thousands of concurrent requests without breaking a sweat? The secret lies in its event-driven, non-blocking I/O model. But what happens when your application needs t...00
AAnjaliinwhatanjali.hashnode.dev路Apr 28, 2024 路 3 min readHow NodeJS Works?Hello Devs馃憢, We all know that NodeJS is neither a programming language nor a framework, it goes beyond that. NodeJS is a Javascript runtime environment built on Chrome's V8 javascript engine. It is lightweight, fast and data-intensive. It also consi...00