Category: Nodejs
-
How Node.js works
You use Node.js daily but have you ever looked at what is actually happening under the hood? This article explains the single-process architecture, the event loop, and the async patterns that make Node.js behave the way it does.
-
What is Node.js?
Node.js brought JavaScript to the server for the first time, and the tools you use every day depend on it. This article explains what Node.js is, where it came from, and how it compares to newer runtimes like Deno and Bun.