Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trishagee/jb-stock-service
This is a simple Kotlin Spring Boot application that emits randomly generated prices via REST and via RSocket
https://github.com/trishagee/jb-stock-service
kotlin reactive-streams rest-api rsocket spring spring-boot sse
Last synced: 3 months ago
JSON representation
This is a simple Kotlin Spring Boot application that emits randomly generated prices via REST and via RSocket
- Host: GitHub
- URL: https://github.com/trishagee/jb-stock-service
- Owner: trishagee
- Created: 2019-12-07T20:46:30.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T09:42:40.000Z (over 1 year ago)
- Last Synced: 2024-06-21T23:38:30.664Z (5 months ago)
- Topics: kotlin, reactive-streams, rest-api, rsocket, spring, spring-boot, sse
- Language: Kotlin
- Homepage: https://blog.jetbrains.com/idea/tag/tutorial-reactive-spring/
- Size: 77.1 KB
- Stars: 25
- Watchers: 5
- Forks: 17
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kotlin Reactive Stock Service [![JetBrains team project](http://jb.gg/badges/team.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub)
This project is a Kotlin REST & RSocket service which streams a randomly generated set of prices.
This project is based on the demo at [SpringOne Platform 2019](https://blog.jetbrains.com/idea/2019/10/fully-reactive-spring-kotlin-and-javafx-playing-together/), which was an update of an application demonstrated by Josh Long and Trisha Gee at Code One 2018. The original Kotlin service was built by [Josh](https://github.com/joshlong).
This specific code is an [IntelliJ IDEA tutorial](https://blog.jetbrains.com/idea/2019/12/tutorial-reactive-spring-boot/) showing how to build Reactive applications with Kotlin, Spring, Java and JavaFX. This project works on Java 8.
[More information, links, resources etc](http://trishagee.github.io/presentation/coding_duel/)