🔴 #21: Streams and Buffer in Node JS with Example | Readable & Writable Streams in Node.JS in Hindi

preview_player
Показать описание
Welcome, what is Streams Module in node js in Hindi?

Readable − Stream which is used for a read operation.

Writable − Stream which is used for a write operation.

Duplex − Stream which can be used for both reading and write operation.

Transform − A type of duplex stream where the output is computed based on input.

Each type of Stream is an EventEmitter instance and throws several events at a different instance of times. For example, some of the commonly used events are −

data − This event is fired when there is data is available to read.

end − This event is fired when there is no more data to read.

error − This event is fired when there is an error receiving or writing data.

finish − This event is fired when all the data has been flushed to the underlying system

Streaming means listening to music or watching a video in ‘real-time’, instead of downloading a file to your computer and watching it later

************* Must Watch Videos For Web Development *************


































*********** CLICK HERE TO WATCH *************



















***************** MUST WATCH VIDEOS ******************











Make Website Responsive Using Media Queries in One Video in Hindi | Web Design Tutorial in Hindi



Guys, Please support my channel by SUBSCRIBE to my channel and share my videos in your Social Network TimeLines.


Don't Forget to Follow me on all Social Network,










Рекомендации по теме
visit shbcf.ru