What do you mean by “streams”?
Answer / Ankit Gaur
In Node.js, streams are objects that can be read from or written to sequentially. They are used for handling input/output operations like reading files, writing data to the network, and more. Streams in Node.js are either readable (used to read data), writable (used to write data), or dual (both readable and writable).
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain npm in node.js?
What are the purposes of process object in node.js
What is the difference between the global installation of dependencies and local installation of dependencies?
What is blocking and nonblocking API in Node.js and how does it affect the architecture of your applications?
What template engines you can use with express?
Who developed node js?
What is zlib? How do you compress a file in Node.js?
How can we handle blocking I/O operations in Node.js?
What is difference between synchronous and asynchronous method of fs module?
List out the differences between AngularJS and NodeJS?
How to send data from node js to html?
List out the properties of process?