An open API service indexing awesome lists of open source software.

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

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
```