Understanding Node JS
Node is a Js runtime that uses the Google V8 engine to execute the js code in the V8 engine's call stack. In addition to the V8 engine, Node also uses libuv that handles the blocking IO and network call using the C++ worker threads.
V8 engine + Libuv...
pvivek.hashnode.dev6 min read