An open API service indexing awesome lists of open source software.

https://github.com/goodow/realtime-channel

分布式消息总线
https://github.com/goodow/realtime-channel

Last synced: about 1 year ago
JSON representation

分布式消息总线

Awesome Lists containing this project

README

          

realtime-channel [![Build Status](https://travis-ci.org/goodow/realtime-channel.svg?branch=master)](https://travis-ci.org/goodow/realtime-channel)
================

Event bus over WebSocket for Java/Android/iOS/Javascript/GWT/J2ObjC

Visit [Google groups](https://groups.google.com/forum/#!forum/goodow-realtime) for discussions and announcements.

### Server side: realtime-channel
* Vert.x Module Identifier: [com.goodow.realtime~realtime-channel~0.5.5-SNAPSHOT](https://oss.sonatype.org/index.html#nexus-search;gav~com.goodow.realtime~realtime-channel~~~)
* Configuration: https://github.com/goodow/realtime-channel/blob/master/src/main/resources/channel.conf
* Development And Running: https://github.com/goodow/realtime-channel/blob/master/run-server.sh

### For java and android: realtime-android
See: https://github.com/goodow/realtime-android

### For iOS and Mac OS X: GDChannel
See: https://github.com/goodow/GDChannel

### For javascript: realtime.channel
See: https://github.com/goodow/bower-realtime-channel

You can try out the Goodow Realtime Channel API Playground on its [live instance](http://realtimeplayground.goodow.com/bus.html).