Skip to content

A simple demo about RSocket with Spring Boot, Kotlin and Coroutines

Notifications You must be signed in to change notification settings

jesty/rsocket-kotlin-demo

Repository files navigation

RSocket Kotlin Demo

This example includes two application developed to show how to use RSocket with Spring Boot, Kotlin and Coroutines:

  • rsocket-kotlin-demo-web: A Spring Boot application that exposes two RSocket endpoints using the request/stream (finite stream of many) and the channel (bi-directional streams) interaction style.
  • rsocket-kotlin-demo-channel-client: a Kotlin client that connect to the endpoints exposed in rsocket-kotlin-demo-web example.

To develop this example I used:

  • Kotlin 1.3.50
  • Kotlin coroutine 1.3.0
  • RSocket Kotlin 0.9.8
  • Spring Boot 2.2.0 M6

Reference Documentation

For further reference, please consider the following sections:

About

A simple demo about RSocket with Spring Boot, Kotlin and Coroutines

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published