dominictarr / through

simple way to create a ReadableWritable stream that works
Other
669 stars 64 forks source link

Real world usages #19

Closed cyrusdavid closed 11 years ago

cyrusdavid commented 11 years ago

Hi, what could be real world usages of through?

dominictarr commented 11 years ago

through is just for easily creating a stream that transforms data. you are familiar with "input", "output", through is for "throughput".

split is probably one of the simplest, useful cases, it breaks a stream of text up into a stream of lines.