You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-15Lines changed: 19 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
####RSOCKET-ANDROID
1
+
# RSOCKET-ANDROID
2
2
3
3
This is an implementation of [RSocket](http://rsocket.io/) - binary application protocol bringing [Reactive-Streams](http://www.reactive-streams.org/) semantics
4
4
for network communications.
@@ -7,10 +7,25 @@ Relies on `OkHttp` as WebSockets transport. Target platform is Android (tested o
Server accepts new `Connections` from peers. Same as `Client` it has `Requester` and `Responder` RSockets.
54
69
As this project does not provide server implementation, use [RSocket-java](https://github.com/rsocket/rsocket-java) with `Netty` based `WebSockets`
55
70
transport. Check its [examples](https://github.com/rsocket/rsocket-java/tree/1.0.x/rsocket-examples) folder or sample [app](https://github.com/mostroverkhov/rsocket-backport-demo/tree/master/rsocket-server-netty) minimalistic server
56
71
57
-
##### Build and binaries
58
-
59
-
The project is not released yet, so snapshots have to be installed locally with `./gradlew install`
0 commit comments