Ktor is a framework for building asynchronous servers and clients in connected systems using the powerful Kotlin programming language.
This workshop has the following:
- What is Ktor ?.
- Why should you use ktor ?
- Ktor versus other frameworks.
- Websites creation with ktor. The website directory contains the examples
- API REST complete with ktor. The API directory contains the examples.
- API REST uses clean archictecture, has many endpoints, firestore accesses, dependency injection and unit tests.
- Ktor Client to consume services
- The website and apis have the configuration files for deployment on GCP.
- The videos of each class are on my channnel in Spanish
- The slides
- Twitter @jggomezt
- My Podcast Snippets Tech
- My youtube channel devhack
LICENSE The MIT License (MIT) Copyright (c) 2020 Juan Guillermo Gómez