Hi Guest 1 HomePage 1 Jobs 1 WalkIn 1Articles  

 :) Latest Topic
Node.js Tutorial
Parts of Node.js
Features of Node.js
Install Node.js Windows
Install Node.js Linux
Node.js First Example
Node.js Console
Node.js REPL
Node.js NPM
Node.js CL Options1
Node.js CL Option2
Node.js Globals
Node.js OS
Node.js Timer
Node.js Errors
Node.js DNS
Node.js Net
Node.js Crypto
Node.js TLS/SSL
Node.js Debugger
Node.js Process
Node.js Process Example
Node.js Process Example2
Node.js Child Process
Child Process EXEC
Child Process SPAWN
Child Process Fork
Node.js Buffers
Node.js Streams
Node.js Reading Stream
Node.js Writing Stream
Node.js Piping Stream
Node.js Chaining Streams
Node.js File System Part1
Node.js File System Part2
Node.js File System Part3
Node.js Path
Node.js StringDecoder
Node.js Query String
Node.js ZLIB
Node.js Assertion
Node.js V8
Node.js Callbacks
Node.js Events
Node.js Punycode
Node.js TTY
Node.js Web Module
Node.js Upload Files
Node.js Email Send
Node.js BuiltIn Modules
 


  

 
Node.js Streams
Question Posted on 01 Apr 2024

Home >> Tutorial >> Node.js Tutorial >> Node.js Streams


Node.js Streams

Node.js Streams


When we say about the Node.js streams, well steams are the objects which helps you to read data from a source and write data to a destination. And below are the four types of streams in Node.js:-
  • (1) Readable:-This stream is mainly used for read operations.

  • (2)Writable:-This stream is mainly used for write operations.

  • (3)Duplex:-This stream can be used for both read and write operations.

  • (4)Transform:-Well we use this type of stream is duplex stream and where output is computed according to input.


Each type of stream is an Event emitter instance and throws several events at different times. Following are some commonly used events:
  • (1)Data:-This event is fired when there is data available to read.

  • (2)End:-This event is fired when there is no more data available to read.

  • (3)Error:-This event is fired when there is any error receiving or writing data.

  • (4)Finish:-This event is fired when all data has been flushed to underlying system.





Other Important Questions
Parts of Node.js
Install Node.js Linux
Node.js First Example
Node.js Globals
Node.js DNS







 
Top Searches:asp net questions vb net questions sql query uddl questions class javascript Questions sharepoint interview questions and concept silverlight questions and concept wcf questions beans general knowledge ajax questions
PHP | Biztalk | Testing | SAP | HR |