|
|
1 week ago | |
|---|---|---|
| .. | ||
| gradle | 1 week ago | |
| src | 1 week ago | |
| README.md | 1 week ago | |
| build.gradle.kts | 1 week ago | |
| gradlew | 1 week ago | |
| gradlew.bat | 1 week ago | |
| settings.gradle.kts | 1 week ago | |
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)