Day 3: NodeJS - NodeJS Architecture & NodeJS Events
Today we are going to learn about the architecture of NodeJS.
NodeJS is based on the V8 engine which is in turn a JavaScript Engine. Assuming that most of the part of the code of NodeJS is in JavaScript and the rest of the code is in C / C++. The rea...
saketsk.hashnode.dev4 min read