adspace


What is a piping in node.js?

Answer Posted / Meenakshi Pal

Piping in Node.js is a technique used to redirect the output of one stream (like stdout or a file) as input for another stream (like stdin or another file). It's commonly achieved using the pipe() method.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is node js losing popularity?

592


How we can read a file in node js?

572