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
SSSubransu Sekhar Maharanainwebfundamentals.hashnode.dev·Mar 10 · 6 min readNode.js Architecture: V8, libuv, and Node Bindings ExplainedNode.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 co00