DEV Community

Cover image for Read and Write Streams in NodeJS
Chetan Rohilla
Chetan Rohilla

Posted on • Updated on

Read and Write Streams in NodeJS

In Node.JS, the streams is the concept where we reads the data and sends the data to destinations in a continuous way. There are some events uses in handling the streams like data, end, error, finish. In Node.Js the streams are mostly using in real-time applications like chat app, graphical interface app, sending-receiving files, video-conferencing app, Real-time location based apps, movies or songs streaming apps etc. So, here is an detailed tutorial with code please read here read and write streams in Node.js https://www.w3courses.org/read-and-write-streams-in-nodejs/

Top comments (0)