OlegDokuka / 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

Home Page:https://blog.jetbrains.com/idea/tag/tutorial-reactive-spring/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Java Stock Prices Client

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. 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

JetBrains team project

About

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

https://blog.jetbrains.com/idea/tag/tutorial-reactive-spring/


Languages

Language:Java 100.0%