Hey, I’m trying to get a simple Ktor server to create a basic API REST to be used in my client app.
Any good resource/tutorials on building one with the good practices (I’m already very confortable with Kotlin).
Or does the official Ktor doc is the best resource we have so far?
Thanks!