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
-4Lines changed: 0 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,6 @@ It enables the following interaction models via async message passing over a sin
13
13
14
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
15
16
-
ReactiveSocket is for communicating across network boundaries thus it is intended to be polyglot. Common libraries include:
17
-
18
-
- ReactiveSocket over WebSockets using Javascript (for Node.js and browsers) [reactivesocket-websockets-javascript](https://github.com/ReactiveSocket/reactivesocket-websockets-javascript)
19
-
20
16
Others can be found in the [ReactiveSocket Github](https://github.com/ReactiveSocket) project.
0 commit comments