How does node process concurrent requests?

前端 未结 6 730
你的背包
你的背包 2020-12-14 02:10

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

6条回答
  •  鱼传尺愫
    2020-12-14 02:45

    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:

提交回复
热议问题