Comment on Sane Async Patterns in JavaScriptComments−xpaulbettsx13yThis "PubSub" pattern is really trying to recreate RxJS but without the expressiveness - if you find yourself doing this kind of work a lot, you should check it outhttp://reactive-extensions.github.com/RxJShttps://github.com/Reactive-Extensions/RxJS−jlogsdon13yPubSub is pre-node, making RxJS a "more expressive" PubSub.
Comments
This "PubSub" pattern is really trying to recreate RxJS but without the expressiveness - if you find yourself doing this kind of work a lot, you should check it out
http://reactive-extensions.github.com/RxJS
https://github.com/Reactive-Extensions/RxJS
PubSub is pre-node, making RxJS a "more expressive" PubSub.