DEV Community

udaywebdev
udaywebdev

Posted on

Node.Js Architecture

Hi, I have been asked in interviews regarding how NodeJs works and its architecture. I for the most part have been unable to explain how it handles lots of request and respond too by using its asynchronous nature. I would like to understand how does Node performs handling of request asynchronously even though JavaScript is synchronous. I know about event loop but would be interested it to know from libuv perspective. Thanks.

Top comments (0)