voryx / angular-wamp

An AngularJS library for AutobahnJS (WAMP v2)
MIT License
133 stars 28 forks source link

Any thoughts on Angular 2? #43

Closed bradws closed 8 years ago

bradws commented 8 years ago

Hi,

I have tried getting AutobahnJS v0.9.9 working with Angular 2, but cannot get it working in the Browser. If you're interested, please see my raised github issue.

It seems silly, but it doesn't seem to recognize a second line of AutobahnJS code (it DOES recognize only 1 line !?!).

Anyway, are there any plans to implement angular-wamp using Angular 2 in the future? Do you have any thoughts on this and/or my issue?

Cheers, bradws

davidwdan commented 8 years ago

@bradws I'm not sure about the autobahn issues, but we're working on a RxJS version, which will use observables, so you'll be able to use things like async pipes in Angular 2.

The current version depends heavily on angular 1, so it won't be ported to angular 2.

bradws commented 8 years ago

Oh good to know. Will it be released on github? If so, what the approximate release date? Thanks.

davidwdan commented 8 years ago

It'll be released on github, just don't have timeframe yet.

bradws commented 8 years ago

Again, good to know cheers. In the meantime, I'll take a quick look at Wampy & rx.wamp

paulpdaniels commented 8 years ago

@bradws rx.wamp is a little behind at the moment (Rx version is still at 2.3) let me know if you have any problems and I'll see if I can roll them into a fix/update.

chiefmc commented 8 years ago

@davidwdan Any progress on a RxJS-version of WAMP client?

davidwdan commented 8 years ago

@chiefmc yes, we have a version that we're using on our internal apps, but it needs more work before we can release it.

chiefmc commented 8 years ago

do you mind giving it us for a spin on a new project?

27leaves commented 8 years ago

any updates on this? :)

darkbasic commented 7 years ago

An update on the RxJS version?

davidwdan commented 7 years ago

I'll push it up when I get a chance

davidwdan commented 7 years ago

@darkbasic and @creat-or take a look https://github.com/voryx/thruway.js

chiefmc commented 7 years ago

Great! Thanks for this!