davinkevin / AngularStompDK

Angular service to communicate to Stomp-Websocket
http://davinkevin.github.io/AngularStompDK/
Apache License 2.0
36 stars 12 forks source link

Investigation around RxJS #2

Closed davinkevin closed 9 years ago

davinkevin commented 9 years ago

Using Observer / Observable with RxJs could be better than the simple way used now.

davinkevin commented 9 years ago

Even if RxJS is very interesting (will be inside Angular2 maybe), I don't think it's useful to refactor the whole app to use a custom RxJS system.

That will add some dependencies (I don't like it, simple and light right now, I want to keep it like that) and RxJS isn't simple to use in a bi-directionnal environnement...