How do Node.js Streams work?

前端 未结 4 1229
孤城傲影
孤城傲影 2020-12-13 14:35

I have a question about Node.js streams - specifically how they work conceptually.

There is no lack of documentation on how to use streams. But I\'ve had difficulty

4条回答
  •  攒了一身酷
    2020-12-13 15:06

    The below chart seems to be a pretty accurate 10.000 feet overview / diagram for the the node streams class.

    It represents streams3, contributed by Chris Dickinson.

提交回复
热议问题