Details
Ktor is an asynchronous web framework built using Kotlin and coroutines. It enables developers to create both server and client applications. In this session, we’re going to focus primarily on Ktor for backend development. We’ll see what features Ktor provides, create a simple application with WebSockets, learn how to work with custom configuration, and add persistence with Exposed library.