<https://www.reddit.com/r/Kotlin/comments/5mtyd4/k...
# coroutines
i
https://www.reddit.com/r/Kotlin/comments/5mtyd4/kweb_is_an_experimental_kotlin_library_for/
KWeb is an experimental Kotlin library for building rich interactive web applications in pure Kotlin in a way that makes the distinction between web browser and server largely invisible to the programmer.
In particular, it can use the new coroutines mechanism in upcoming Kotlin 1.1 to elegantly avoid callback hell.
It also incorporates a simple DSL for manipulating the browser's DOM.