Skip to content

Commit 05d8bd1

Browse files
committed
Update links to rs implementation
1 parent 26f08f0 commit 05d8bd1

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Diff for: README.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ This is the core project for Java that implements the protocol and exposes React
1313

1414
For example:
1515

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)
2019

2120
ReactiveSocket is for communicating across network boundaries thus it is intended to be polyglot. Common libraries include:
2221

0 commit comments

Comments
 (0)