Skip to content

VividcodeIO/rsocket-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSocket examples

Examples

Examples in this repo:

  • Standalone examples
  • Spring messaging examples
  • WebSocket

Run WebSocket example

Local

Go to src/app and run yarn run start to start dev server. You need to start Spring Boot server first.

Production build

Run mvn package to build UI assets and package a single executable JAR file.

$ java -jar target/rsocket-starter-0.0.1-SNAPSHOT.jar

View the UI in http://localhost:8080/index.html.

Guide

You can check out this guide about how to use RSocket.

About

RSocket example with Spring

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published