Skip to content

Latest commit

 

History

20 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Stars

10 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages