Home

Awesome

pull-streams: there is a module for that!

how can I achieve 1:many and many:1 transforms?

how do I interop with node streams? are there any caveats?

is there a way I can push to a pull stream?

generally, avoid doing this if you can because you'll loose back pressure, but if you must

can i apply a async function over pull-stream input?

I need to return a stream immediately, but need to do something async first, how?

can I concat two pull-streams

yes.

How do I fork a pull-stream?

eg: if there's an error, I want to stream to stderr, otherwise stream to stdout