Event loop in Node JS
Introduction
Node Js is a runtime environment for java script and java script is a synchronized single threaded language. Single threaded means only one task can run at a time. Node Js is built of 2/3 Js and 1/3 C++ . The C++ provide asynchronizat...
hariii.hashnode.dev2 min read