What Exactly Node.js is ?
Node.js is a open source, Single threaded javascript run time environment. Node.js runs the V8 chrome engine outside of the browser.
The Node.js runs single process to execute a program. It doesn't need another thread. Node.js is a single threaded, m...
forme.hashnode.dev1 min read