https://github.com/treetips/kotlin-ktor-appengine-example
kotlin-ktor-appengine-example
https://github.com/treetips/kotlin-ktor-appengine-example
appengine-java kotlin ktor
Last synced: 6 months ago
JSON representation
kotlin-ktor-appengine-example
- Host: GitHub
- URL: https://github.com/treetips/kotlin-ktor-appengine-example
- Owner: treetips
- Created: 2018-12-12T17:07:42.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T17:34:15.000Z (about 7 years ago)
- Last Synced: 2025-05-31T15:28:27.864Z (7 months ago)
- Topics: appengine-java, kotlin, ktor
- Language: Kotlin
- Size: 54.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ktor on google appengine example
## Features
* Java v8
* kotlin v1.3.11
* Gradle v5.0
* ktor v1
* Google appengine standard environment for java8
* jetty9
## Requirement
* macOS
* IntelliJ IDEA
## Usage
```bash
# run local application
./start.sh
open http://localhost:8080/json
# deploy appengine
./deploy.sh
```