Vaadin + Kotlin Coroutines Demo
Demoes the possibility to use Kotlin coroutines in a Vaadin app. Please read the Vaadin and Kotlin Coroutines blogpost for explanation of the ideas behind this project.
Uses Karibu-DSL; for more information about the Karibu-DSL framework please see https://github.com/mvysny/karibu-dsl. For more information on Vaadin please see Vaadin Tutorial.
See Online demo for quick demo.
Getting Started
To quickly start the app, make sure that you have Java 17+ JDK installed. Then, just type this into your terminal:
git clone https://github.com/mvysny/vaadin-coroutine-demo
cd vaadin-coroutine-demo
./gradlew build run
The app will be running on http://localhost:8080/
Documentation
Please see the Vaadin Boot documentation on how you run, develop and package this Vaadin-Boot-based app.