Thursday, 13 February 2020

How can Node.js be asynchronous if its single threaded?

Doing some more research on what and how Node.js is and runs and I came across that it is single threaded. How does could it be an async language if it is? (Not really aware of how threads work FYI)

Submitted February 14, 2020 at 01:16AM by flat_soda_club

No comments:

Post a Comment