Node.js Architecture
Node.js is a runtime environment which execute javascript code outside of the browser. It is an event driven, Non blocking I/O architecture
It does not have multiple thread to multiple task. The threa
ranjeet-js.hashnode.dev5 min read