Ktor

Async Kotlin framework from JetBrains — coroutine-native, multiplatform, for both server-side and client HTTP.

Kotlin free Open Source web since 2017

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
Something wrong? Edit this entry on GitHub.
✏ Edit on GitHub