https://github.com/goodow/realtime-channel
分布式消息总线
https://github.com/goodow/realtime-channel
Last synced: about 1 year ago
JSON representation
分布式消息总线
- Host: GitHub
- URL: https://github.com/goodow/realtime-channel
- Owner: goodow
- License: apache-2.0
- Created: 2013-05-09T10:57:36.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2015-04-15T04:40:16.000Z (over 11 years ago)
- Last Synced: 2025-04-06T11:48:44.835Z (over 1 year ago)
- Language: Java
- Homepage: http://realtimeplayground.goodow.com/bus.html
- Size: 1.06 MB
- Stars: 41
- Watchers: 5
- Forks: 12
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Realtime Channel
README
realtime-channel [](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).