File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
- # RSocket sandbox
1
+ # RSocket Sandbox
2
2
3
3
Sample codes of RSocket Java and Spring RSocket integration.
4
4
5
5
## Docs
6
6
7
7
[ Using Rsocket with Spring Boot] ( https://medium.com/@hantsy/using-rsocket-with-spring-boot-cfc67924d06a )
8
8
9
- ## Source Codes
9
+ ## Related Codes
10
10
11
11
* ** vanilla** rsocket-java sample
12
12
* ** 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.
15
15
* ** server-requester** Sending message to client via Server ` RSocketRequster ` .
16
16
* ** integration** Spring Integration RSocket inbound and outbound gateway.
17
17
18
+ ## References
18
19
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 )
19
31
20
32
21
33
You can’t perform that action at this time.
0 commit comments