This is a simple demonstration of Ktor, Kotlinx HTML DSL and Kotlinx Coroutines.
The app is very simple, it fetches crypto currencies ticker data from the Bitstamp API and display them on a simple webpage.
./gradlew runThis will start a webserver on http://localhost:8080/
Check style:
./gradlew ktlintFix style errors:
./gradlew ktlintFormatMIT