Node.js Streams Tutorial - The Advantages of Streams in Node.js

Subscribers:
58,000
Published on ● Video Link: https://www.youtube.com/watch?v=WQ-LLAvFKqc



Category:
Tutorial
Duration: 10:03
4,137 views
69


Learn more advanced front-end and full-stack development at: https://www.fullstackacademy.com

In this Node.js Streams Tutorial, we introduce streams -- a tool for reading and writing data in pieces (sometimes called “chunks”) -- as used in the JavaScript backend platform NodeJS. We first show how HTTP communications actually depend on streaming, before diving into the particulars of how streams are constructed in Node and outlining the main four types of streams.

Watch this video to learn:

- What are streams in Node.js
- The main types of streams
- The advantages that streams afford







Tags:
Node.js Streams
streams in Node.js
Node.js Streams Tutorial