goodow / realtime-channel

分布式消息总线
http://realtimeplayground.goodow.com/bus.html
Apache License 2.0
41 stars 12 forks source link

Difference between realtime-channel js client and https://github.com/knalli/angular-vertxbus #4

Closed angeloh closed 10 years ago

angeloh commented 10 years ago

Can I use https://github.com/knalli/angular-vertxbus with realtime-channel?

larrytin commented 10 years ago

angular-vertxbus is a wrapper for the official vertxbus.js. realtime-channel.js has a slightly different api with official vertxbus.js, however maybe we will also wrap realtime-channel.js for AngularJS, i love AngularJS too.

The realtime-channel.js' API is exactly the same as its java/android version ReconnectBus.java.

angeloh commented 10 years ago

So u mean I can use angular-vertxbus with realtime-channel server mod without any issues?

larrytin commented 10 years ago

Right, the server side using the standard vert.x api without any modification.