how node.js server is better than thread based server

前端 未结 5 1167
长发绾君心
长发绾君心 2020-12-21 05:39

Node.js server is works on event based models where callback functions are supported. But I am not able to understand how is it better than traditional thread based servers

5条回答
  •  情歌与酒
    2020-12-21 06:15

    I think you are full of myths regarding to threads and cost of context switching.

    Discover yourself the truth.

提交回复
热议问题