adspace


What is Streams in Node.js?

Answer Posted / Ayan Kantha

Streams in Node.js are objects that let you read data from a source or write data to a destination incrementally, without loading the entire file into memory at once. They can be used for reading and writing files, parsing data, and piping output between processes.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can read a file in node js?

572


Is node js losing popularity?

592