What do you mean by “streams”?



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

Post New Answer

More Node.js Interview Questions

Explain npm in node.js?

1 Answers  


What are the purposes of process object in node.js

1 Answers  


What is the difference between the global installation of dependencies and local installation of dependencies?

1 Answers  


What is blocking and nonblocking API in Node.js and how does it affect the architecture of your applications?

1 Answers  


What template engines you can use with express?

1 Answers  


Who developed node js?

1 Answers  


What is zlib? How do you compress a file in Node.js?

1 Answers  


How can we handle blocking I/O operations in Node.js?

1 Answers  


What is difference between synchronous and asynchronous method of fs module?

1 Answers  


List out the differences between AngularJS and NodeJS?

1 Answers  


How to send data from node js to html?

1 Answers  


List out the properties of process?

1 Answers  


Categories