Skip to content

Spring boot example application with RSocket and Kotlin Coroutines

Notifications You must be signed in to change notification settings

GoosvandenBekerom/spring-boot-rsocket-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-rsocket-demo

This repository contains a example of Spring RSocket messaging between spring boot and a simple js application.

How to run

run $ npm install from the src/main/resources/public folder

start the spring boot application by running $ ./gradlew bootRun from the root directory of this repository

Changing the javascript

If you make changes in the index.js file, run $ browserify index.js > app.js to see the changes in the browser.

About

Spring boot example application with RSocket and Kotlin Coroutines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages