Working of Node js :an overview
Basically, the internal structure of Node js consists of a v8 engine and libUV .The v8 engine is based on c to compile js and libUV comes with an event loop and thread pool.Now, when we write the command node <filename.js>,the first thing that takes ...
akadev.hashnode.dev1 min read