Intro to Ktor: The server-side stack

Intro to Ktor: The server-side stack

Explore Kotlin’s server-side capabilities and front-end interactivity with an ORM mapping layer and HTMX-powered views. My previous article introduced Ktor and some of its basic features for building web applications. Now, we’ll expand the example application developed in that articl e by adding persistent data and HTMX, which will provide more interactive views. This gives us a setup with […]