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: about 2 months 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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-05-16T10:03:40.000Z (about 1 year ago)
- Last Synced: 2025-05-16T11:20:32.917Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 101 KB
- Stars: 3
- Watchers: 9
- 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:runJvmAutoreload
```
## Launch the server:
```
./gradlew :server:run
```