Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 1.23 KB

README.md

File metadata and controls

12 lines (10 loc) · 1.23 KB

Kotlin Samples for App Engine

These sample Kotlin applications demonstrate how to deploy Kotlin backends to App Engine for Java 8.

Link Description
Simple Kotlin app - no framework Deploy a basic Kotlin application to App Engine for Java 8. This sample does not use any framework
Kotlin on Ktor Deploy a Kotlin application built with Ktor to App Engine for Java 8
Kotlin on Spring Boot Deploy a Kotlin application built with Spring Boot to App Engine for Java 8
Kotlin Spark Sample Deploy a Kotlin application built with Spark to App Engine for Java 8
Android app with Kotlin Backend Sample of a Kotlin Spring Boot backend that runs on App Engine Standard for Java8 and communicates with an Android app written in Kotlin.