Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy authored Jun 20, 2020
1 parent 036e495 commit 68e4a57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Sample codes of RSocket Java and Spring RSocket integration.
* **server-vanilla** Handling messages via Spring Integration RSocket InboundGateway.
* **server** Similar with **server-vanilla**, but reuse Spring Boot RSocket Starter and declare the `ServerRSocketConnecter` bean through `ServerRSocketMessageHandler`.
* **server-regular** Simple example using Spring Boot RSocket Starter aka `@Controller` and `@MessageMapping`.
* **crud** Client and server CRUD sample.
* **crud** Client and server CRUD interaction sample.
* **client** Sending messages to server via `RSocketRequestor` and TCP protocol.
* **server** Running as Netty/TCP and handling request via TCP protocol(no web/http support).
* **server** Running on Netty/TCP(no web/http support) and handling request via TCP protocol.

## References

Expand Down

0 comments on commit 68e4a57

Please sign in to comment.