Skip to content

mvysny/vaadin-coroutines-demo

Repository files navigation

Powered By Vaadin on Kotlin Join the chat at https://gitter.im/vaadin/vaadin-on-kotlin

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 on Vaadin please see Vaadin Documentation.

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-coroutines-demo
cd vaadin-coroutines-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.