adspace
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