frameworks/Kotlin/ktor/ktor-r2dbc/README.md
Ktor is a framework for building servers and clients in connected systems using Kotlin programming language. More information is available at ktor.io.
Use the Gradle wrapper to build the executable bundle:
./gradlew nettyBundle
Once the bundle build completes and Postgres is running you can launch the application
java -jar build/libs/tech-empower-framework-benchmark-1.0-SNAPSHOT-netty-bundle.jar
Please note that the server holds tty so you may need nohup. See setup.sh for details.
Slack ktor channel https://kotlinlang.slack.com/messages/ktor (you need an invite to join)