adspace
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