This project contains two modules:
- A Java client that connects via REST & RSocket to a Kotlin service which streams a randomly generated set of prices.
- A JavaFX user interface that displays the updating prices in real time on a line chart.
This project is based on the demo at SpringOne Platform 2019, which was an update of an application demonstrated by Josh Long and Trisha Gee at Code One 2018.
This specific code is an IntelliJ IDEA tutorial showing how to build Reactive applications with Kotlin, Spring, Java and JavaFX.