An open API service indexing awesome lists of open source software.

https://github.com/47degrees/functionalstreamsspringsample

Minimal sample of Functional Streams using Spring and Kotlin
https://github.com/47degrees/functionalstreamsspringsample

Last synced: 10 months ago
JSON representation

Minimal sample of Functional Streams using Spring and Kotlin

Awesome Lists containing this project

README

          

## Functional Streams Spring sample

This project provides minimal implementations of the functional streams concept:

* **Server:** Spring Kotlin Restful api.
* **Consumer:** Spring Kotlin client for the api.
* **StreamingAppDemo:** Kotlin Android app modelled as a functional stream.