DEV Community

Discussion on: Getting Started With RSocket Part 1

Collapse
 
mathivanan1803 profile image
Mathi

Hi, Can you post one example for React client communicate with Spring boot server.
For client side I am using "rsocket-websocket-client" and for server side I am using


io.rsocket
rsocket-core


org.springframework.boot
spring-boot-starter-rsocket

above dependencies.