In order to fetch huge amounts of data in a sane way, it often makes sense to scroll through the data instead of requesting it all at once. In this post, we will create a simple implementation of such a mechanism using Kotlin and Spring Boot 2.
This post shows a small example of a Kotlin Webflux application handling WebSockets communication.
This post shows a small example of reactive web-programming in kotlin using the great new Spring Webflux framework.