3. Use Ktor for HTTP APIs
Accepted on 2022-01-01 |
Context
The desired architectural style includes HTTP APIs. Choosing a web framework will aid their development. The framework must support development using Kotlin, which we have experience with already. Better yet, the framework would be built with Kotlin and use coroutines.
Decision
We will use Ktor for all HTTP APIs.