Skip to content

A demonstration Spring Boot and JavaFX application that uses REST or RSocket to connect to a back-end service which streams randomly generated prices and displays them on a line chart

License

Notifications You must be signed in to change notification settings

borrelunde/stock-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A demonstration Spring Boot and JavaFX application that uses REST or RSocket to connect to a back-end service which streams randomly generated prices and displays them on a line chart

Resources

License

Stars

Watchers

Forks

Languages