Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 643 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 643 Bytes

Java Stock Prices Client

This is a demonstration project made up of two modules: a Java client and a JavaFX user interface.

The Java client connects via REST (Representational State Transfer) or RSocket to the back-end Kotlin stock-service which streams randomly generated prices for it. While a JavaFX user interface displays the updating prices continuously on a line chart.


The project is following an IntelliJ IDEA tutorial that shows how to build Reactive applications with Kotlin, Spring, Java and JavaFX.