Ktor
Async Kotlin framework from JetBrains — coroutine-native, multiplatform, for both server-side and client HTTP.
Ktor is built around Kotlin coroutines — every handler is a suspend function, making async code read like synchronous code. Its plugin-based architecture (routing, auth, serialisation, WebSockets) keeps the core minimal and composable. Ktor Multiplatform also provides an HTTP client for Android, iOS, and desktop.
// tags
backendkotlinasynccoroutinesapirestjetbrainsmultiplatform