I need a very quick dive into “the server world” with Kotlin.
We need to build an internal tool that’s gotta be in the browser, for various reasons (so Compose Multiplatform is not an option 🥲). We’ll probably use
htmx, Tailwind UI & friends. I’m mainly an Andorid dev (& iOS sometimes). I also have some web exp, but I’d rather not use JS as much as possible 😅. I’m very new into the JVM-server-side, so I have some open questions about tools & such, mainly about the web part. I need a HTML templating setup, something like
Go’s templ . How are folks solving this?