Understanding NodeJS & Non-Blocking IO

后端 未结 3 1937
春和景丽
春和景丽 2021-02-18 22:48

So, I\'ve recently been injected with the Node virus which is spreading in the Programming world very fast.

I am fascinated by it\'s \"Non-Blocking IO\" approach and hav

3条回答
  •  走了就别回头了
    2021-02-18 23:06

    Even though node.js has been around for a few years, it's performance model is still a bit mysterious.

    I recently started a blog and decided that the node.js model would be a good first topic since I wanted to understand it better myself and it would be helpful to others to share what I learned. Here are a couple of articles I wrote that explain the high level concepts and some tradeoffs:

    Blocking vs. Non-Blocking I/O – What’s going on?

    Understanding node.js Performance

提交回复
热议问题