dominictarr / through

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

use readable-stream #2

Closed Raynos closed 12 years ago

Raynos commented 12 years ago

Not sure what the most simple base class is for a through stream using the new read method.

dominictarr commented 12 years ago

The same comment applies to this as to from. It should be drop-in compatible, or else a new module.

You shouldn't break the API unless you hit a wall, and there was no problem with this module.

Raynos commented 12 years ago

@dominictarr it can't be API compatible since emit(data) is going away.

Raynos commented 12 years ago

@dominictarr the other aim for updating through to use the new readable-stream interface is to go and change all the other things that build on top of through to be readable-streams.

Raynos commented 12 years ago

This is now through-stream