AYAbhishek Yadavinterminal-thoughts.hashnode.dev00What is Node.js? JavaScript on the Server Explained4d ago · 5 min read · For over a decade, JavaScript was a bird in a cage. It was the "language of the browser," designed exclusively to make websites interactive. If you wanted to build the actual "brain" of a website (theJoin 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
SMSiddhartha Mohapatrainnode-introduction.hashnode.dev00What is Node.js?6d ago · 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
RKRajesh Kumarinnodejs-dev.hashnode.dev00What is Node.js? JavaScript on the Server ExplainedMay 6 · 6 min read · For the first 14 years of its life, JavaScript was trapped inside a box. That box was the web browser. If you were building a website in the early 2000s, you used JavaScript for simple things: showingJoin discussion
VRVISHAL RAYinrayvishal.hashnode.dev00JavaScript on the Server ExplainedApr 25 · 5 min read · Now a day javascript is widely populer language and used in both frontend and backend, but do you know before 2008 even no one was think that javascript can use in backend development also, so in thisJoin 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
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
ACARKPARAVA CHAKRABORTYinunderstand-and-build-in-web.hashnode.dev10Inside Node.js: The Engine Behind Lightning-Fast ServersMar 11 · 7 min read · Imagine a scenario of a Dhaba (Restaurant) near highway, they has one waiter Ramu kaka, he alone manages the whole Dhaba customers. At an jamp-packed weekend if the waiter take an order from a customeJoin discussion
SSaumyainblog.saumyagrawal.in00Under the Hood: How Node.js Actually Runs Your CodeMar 11 · 10 min read · There is a whole world that exists between your JavaScript code and the machine that executes it. When you first started using Node.js, you heard terms like non-blocking code and event loop. We acceptJoin discussion
SSSubransu Sekhar Maharanainwebfundamentals.hashnode.dev00Node.js Architecture: V8, libuv, and Node Bindings ExplainedMar 10 · 6 min read · Node.js became popular because it allows developers to build high-performance, scalable backend applications using JavaScript. But what makes Node.js fast? Why can it handle thousands of concurrent coJoin discussion