Learn Node.Js : the efficient way
What is Node.js
Environment for running JavaScript code outside of the browser
Built on Chrome's V8 JavaScript engine
The browser engine compiles our code to machine code
It is based on C++ and written in C++
Node.js vs JS in Browser
Browser
D...
keshavcarpenter.hashnode.dev7 min read