Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 1.03 KB

README.md

File metadata and controls

26 lines (19 loc) · 1.03 KB

Workskop on Ktor

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

LICENSE The MIT License (MIT) Copyright (c) 2020 Juan Guillermo Gómez