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.
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)