File tree 1 file changed +3
-4
lines changed
1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,9 @@ This is the core project for Java that implements the protocol and exposes React
13
13
14
14
For example:
15
15
16
- - ReactiveSocket over WebSockets using Netty [ reactivesocket-websockets-netty] ( https://github.com/ReactiveSocket/reactivesocket-websockets-netty )
17
- - ReactiveSocket over TCP using Netty [ reactivesocket-tcp-netty] ( https://github.com/ReactiveSocket/reactivesocket-tcp-netty )
18
- - ReactiveSocket over Aeron using Aeron Java [ reactivesocket-aeron-java] ( https://github.com/ReactiveSocket/reactivesocket-aeron-java )
19
- - ReactiveSocket over HTTP/1 and HTTP/2 using Netty [ reactivesocket-http-netty] ( https://github.com/ReactiveSocket/reactivesocket-http-netty )
16
+ - ReactiveSocket over WebSockets using Netty [ reactivesocket-websockets-netty] ( https://github.com/ReactiveSocket/reactivesocket-java-impl )
17
+ - ReactiveSocket over TCP using Netty [ reactivesocket-tcp-netty] ( https://github.com/ReactiveSocket/reactivesocket-java-impl )
18
+ - ReactiveSocket over Aeron using Aeron Java [ reactivesocket-aeron-java] ( https://github.com/ReactiveSocket/reactivesocket-java-impl )
20
19
21
20
ReactiveSocket is for communicating across network boundaries thus it is intended to be polyglot. Common libraries include:
22
21
You can’t perform that action at this time.
0 commit comments