Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

stream in node.js

streams is process(read and write) data piece(chunks) without completing the
whole read or write operation, and therefore without keeping all the data in 
memory.
There are four types of streams => readable streams, writable streams, duplex
and transform streams.
 
PREVIOUS NEXT
Tagged: #stream
ADD COMMENT
Topic
Name
7+1 =