I'm been learning how to use JavaScript 'node-style' streams using Bacon.js. Namely, I've been looking at the Bus
EventStreams
.
It all looks very interesting and I'm sure that JavaScript streams have a multitude of great use cases, but I can't seem to think of a single practical application.
Can anyone provide me with some examples of use cases for Streams?