Node.js, built on JavaScript - a single threaded language, excels at non blocking I/O operations with help of the “event loop”. Event loop is an integral part of Node.js, it handles async operation which makes Node.js such a robust runtime environmen...
node-js-architecture.hashnode.dev5 min read
No responses yet.