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
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,16 @@
2
2
3
3
[](https://gitter.im/ReactiveSocket/reactivesocket-java?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
4
5
-
ReactiveSocket is network protocol with client and server that uses [Reactive Streams](http://reactive-streams.org) (and optimistically [Reactive Streams IO](http://reactive-streams.io)as it gets defined).
5
+
RSocket is a binary protocol for use on byte stream transports such as TCP, WebSockets, and Aeron.
6
6
7
-
It enables the following interaction models via async message passing over a single network connection:
7
+
It enables the following symmetric interaction models via async message passing over a single connection:
8
8
9
9
- request/response (stream of 1)
10
10
- request/stream (finite stream of many)
11
11
- fire-and-forget (no response)
12
12
- event subscription (infinite stream of many)
13
13
14
-
This is the core project for Java that implements the protocol and exposes Reactive Stream APIs. Typically most use will come via another library that uses this one.
15
-
16
-
Others can be found in the [ReactiveSocket Github](https://github.com/ReactiveSocket) project.
0 commit comments