Add README.md

This commit is contained in:
Alexander Nozik 2022-10-26 17:03:09 +03:00
parent 927f15270d
commit 4cc227268c
No known key found for this signature in database
GPG Key ID: F7FCF2DD25C71357

18
README.md Normal file
View File

@ -0,0 +1,18 @@
# Kotlin full stack project demonstrator
The demonstrator is done to supplement a talk at [Joker-2022](https://jokerconf.com/en/talks/b01d64b7990347548616b1e73a2d1024/)
## Technologies
* [Multiplatform project](https://kotlinlang.org/docs/multiplatform.html)
* [Kotlinx-serialization](https://github.com/Kotlin/kotlinx.serialization) for sharing model serialization between client and server.
* [compose-web](https://github.com/JetBrains/compose-jb) for UI.
* [kotlinx-coroutines](https://github.com/Kotlin/kotlinx.coroutines) for organizing flows.
* [rsocket-kotlin](https://github.com/rsocket/rsocket-kotlin) for reactive stream communications.
## Run
`gradlew run`
Then start `localhost:8080` and enjoy synchronized clicking.