Skip to content

Commit 726b628

Browse files
committed
update README.md
1 parent a57e553 commit 726b628

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# RSocket sandbox
1+
# RSocket Sandbox
22

33
Sample codes of RSocket Java and Spring RSocket integration.
44

55
## Docs
66

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

9-
## Source Codes
9+
## Related Codes
1010

1111
* **vanilla** rsocket-java sample
1212
* **tcp** Spring Boot based application using TCP protocol transport between client and server
@@ -15,7 +15,19 @@ Sample codes of RSocket Java and Spring RSocket integration.
1515
* **server-requester** Sending message to client via Server `RSocketRequster`.
1616
* **integration** Spring Integration RSocket inbound and outbound gateway.
1717

18+
## References
1819

20+
* [Spring Framework Reference](https://docs.spring.io/spring-framework/docs/current/spring-framework-reference/web-reactive.html#rsocket)
21+
* [Spring Secuirty Reference](https://docs.spring.io/spring-security/site/docs/current/reference/html/rsocket.html)
22+
* [Spring Boot Reference](https://docs.spring.io/spring-boot/docs/2.2.4.RELEASE/reference/htmlsingle/#boot-features-rsocket)
23+
* [Spring Integration Reference](https://docs.spring.io/spring-integration/reference/html/rsocket.html)
24+
* [RSocket Using Spring Boot](https://www.baeldung.com/spring-boot-rsocket) by Baeldung
25+
* [RSocket Messaging with Spring](https://www.youtube.com/watch?v=iSSrZoGtoSE)
26+
* [Reactive Architectures with RSocket and Spring Cloud Gateway](https://www.youtube.com/watch?v=PfbycN_eqhg)
27+
28+
* [bclozel/spring-flights](https://github.com/bclozel/spring-flights)
29+
* [spring-projects/spring-security/tree/5.2.2.RELEASE/samples/boot/hellorsocket](https://github.com/spring-projects/spring-security/tree/5.2.2.RELEASE/samples/boot/hellorsocket)
30+
* [spencergibb/rsocket-routing-sample](https://github.com/spencergibb/rsocket-routing-sample)
1931

2032

2133

0 commit comments

Comments
 (0)