/jb-stock-client

This is a Spring Boot and JavaFX Application that uses REST or RSocket to connect to a streaming prices service and display the prices on a line chart

Primary LanguageJava

Java Stock Prices Client JetBrains team project

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.

More information, links, resources etc