I created a native Javascript port of the PureMVC
Pipes Utility. I also have a
Dojo version contained inside my Dojo-PureMVC implementation, but since the PureMVC Native JS port is the defacto standard, I created a matching Pipes version. Although it probably needs some refinement in places, it appears to work fine for me.
You can
get it here and
read about it here.
There is also a src directory with
an implementation created with the puremvc.define utility which I like much better. It makes the OO structure easy to see and understand. However, since the main PureMVC JS distribution is written with prototypes, the primary src directory follow suit. I've also posted demos showing it in action with the source included on GitHub. (They are based on Tekool's excellent actionscript Pipes demo)
If anyone wants to add it to the official PureMVC distribution site, I'm fine with that too.
