Top "Node.js-stream" questions

Node.js - Error: write EPIPE code: 'EPIPE

I keep getting EPIPE error, on stdin stream and I can't find a reason: This is my code: var checkFile = …

node.js ffprobe node.js-stream
Pipe is not a function

I have a function that returns a stream and I want to pipe that value to another function then return …

javascript node.js express node.js-stream
Multiple Consumption of single stream

I want to know if its possible that multiple functions can consume single stream in node.js. If yes How …

node.js express node.js-stream
What is the difference between local and global module in Node.js? When to use local and global module?

We can access local module using require function but cannot access global module through it. I read somewhere that to …

node.js npm node.js-stream node.js-client node.js-domains
What are the purposes of vinyl-buffer and gulp-streamify in gulp?

As the documentation says, they both deal with transforming non-stream plugins to stream. What I try to understand is, if …

javascript gulp node.js-stream