https://github.com/babedev/pusher-example
Pusher example for Android
https://github.com/babedev/pusher-example
android example kotlin pusher websocket
Last synced: 10 months ago
JSON representation
Pusher example for Android
- Host: GitHub
- URL: https://github.com/babedev/pusher-example
- Owner: babedev
- Created: 2018-06-28T04:59:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T08:32:57.000Z (over 7 years ago)
- Last Synced: 2025-02-09T09:41:32.598Z (12 months ago)
- Topics: android, example, kotlin, pusher, websocket
- Language: Kotlin
- Size: 133 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](http://kotlinlang.org)
# Pusher example for Android
Demonstration how to use [Pusher](https://pusher.com/) on Android platform.
This project consists of 1 `Application` and 2 `Activity`. Each `Activity` will subscribe message event from `Application`.
# How to build
Add Pusher configuration in local.properties
```
pusher.appid=
pusher.key=
pusher.secret=
pusher.cluster=
```
# Run server
```
node server/index.js
```
# Dependencies
1. [Pusher](https://github.com/pusher/pusher-websocket-java)
2. [RxJava](https://github.com/ReactiveX/RxJava)