InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by “streams”? What are the different types of streams in Node.js? |
|
Answer» Streams are the objects that allow and enable the CONTINUOUS process of reading the data from the source code and WRITING the data to the destination. Streams are of four types:
|
|