I have been reading nodejs lately, trying to understand how it handles multiple concurrent requests, I know nodejs is a single threaded event loop based architecture, at a g
Since there's not really more to add to the previous answer from Marcus - here's a graphic that explains the single threaded event-loop mechanism: