All Projects → hantsy → rsocket-sample

hantsy / rsocket-sample

Licence: GPL-3.0 license
RSocket sandbox

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to rsocket-sample

springboot-rsocketjwt-example
Example of using JWT with RSocket and Spring Boot
Stars: ✭ 26 (-18.75%)
Mutual labels:  rsocket-java

RSocket Sandbox

Sample codes of RSocket Java and Spring RSocket integration.

Docs

Using Rsocket with Spring Boot(medium's link)

Building a CRUD application with RSocket and Spring

Sample Codes

  • vanilla rsocket-java sample

  • 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.

  • integration Spring Integration RSocket inbound and outbound gateway.

    • client Sending messages to server via Spring Integration RSocket OutboundGateay.
    • client-regular Simple example using Spring Boot RSocket Starter aka RSocketRequestor.
    • 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 interaction sample.

    • client Sending messages to server via RSocketRequestor and TCP protocol.
    • server Running on Netty/TCP(no web/http support) and handling request via TCP protocol.

References

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].