kotlin (3 articles)

Scrolling Endpoint with Kotlin and Spring Boot

16.09.2018 - 10m read - kotlin spring-boot web scrolling

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.


WebSockets with Kotlin and Webflux

17.03.2018 - 6m read - kotlin websockets boot reactive webflux spring

This post shows a small example of a Kotlin Webflux application handling WebSockets communication.


Playing around with Kotlin and Spring Webflux

03.03.2018 - 9m read - kotlin boot reactive webflux spring

This post shows a small example of reactive web-programming in kotlin using the great new Spring Webflux framework.