What is Piping in Node?

Technology CommunityCategory: Node.jsWhat is Piping in Node?
VietMX Staff asked 3 years ago

Piping is a mechanism to connect output of one stream to another stream. It is normally used to get data from one stream and to pass output of that stream to another stream. There is no limit on piping operations.