node.js - How does event-loop occur in Nodejs? -
this question has answer here:
- in node.js how event loop work? 2 answers
- nodejs event loop 5 answers
nodejs known best simplification "single thread". know, single thread handles requests through event loop. want ask:
is nodejs have 1 thread only? example, if there billion users on website, thread loop through billion times? or in fact there "small threads" large single thread use different stuffs?
thank you!
Comments
Post a Comment