Skip to content

Commit

Permalink
fixes typos in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hantsy committed Feb 27, 2020
1 parent 6919eed commit d7482dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ Sample codes of RSocket Java and Spring RSocket integration.

[Using Rsocket with Spring Boot](https://medium.com/@hantsy/using-rsocket-with-spring-boot-cfc67924d06a)

## Smaple Codes
## Sample Codes

* **vanilla** rsocket-java sample
* **tcp** Spring Boot based application using TCP protocol transport between client and server
* **websocket** Using Websocket transport in a Webflux server.
* **tcp** Spring Boot based application using TCP protocol between client and server
* **websocket** Using WebSocket as transport protocol instead in a Webflux server.
* **security** Spring Security RSocket integration.
* **server-requester** Sending message to client via Server `RSocketRequster`.
* **server-requester** Sending message to client via Server `RSocketRequster`.
* **integration** Spring Integration RSocket inbound and outbound gateway.
* **integration-boot** Spring Integration RSocket outbound gateway based client and Spring Boot RSocker based server.
* **integration-boot** Spring Integration RSocket outbound gateway based client and Spring Boot RSocket based server.

## References

Expand Down

0 comments on commit d7482dc

Please sign in to comment.