https://github.com/korlibs/korge-hello-world-client-server
Skeleton showing how to create a client-server project Korge/Ktor with shared common code
https://github.com/korlibs/korge-hello-world-client-server
Last synced: over 1 year ago
JSON representation
Skeleton showing how to create a client-server project Korge/Ktor with shared common code
- Host: GitHub
- URL: https://github.com/korlibs/korge-hello-world-client-server
- Owner: korlibs
- Created: 2020-03-15T12:10:12.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-10-13T10:46:53.000Z (over 2 years ago)
- Last Synced: 2025-01-06T14:47:50.582Z (over 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 94.7 KB
- Stars: 3
- Watchers: 10
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# korge-samples-client-server
## Launch the client:
```
./gradlew :client:runJvm
```
## Launch the server:
```
./gradlew :server:run
```