Trending

#Ktor

Latest posts tagged with #Ktor on Bluesky

Latest Top
Trending

Posts tagged #Ktor

Preview
Release 3.4.1 · ktorio/ktor Published 3 March 2026 Improvements KTOR-9382 HttpProtocolVersion.parse: fast path for common versions KTOR-9381 GMTDate: reduce allocations KTOR-8971 Support "operationId" in Kdoc for OpenAPI sp...

🚀 Ktor 3.4.1 released

Faster parsing, lower allocations, improved OpenAPI generation, and important WebSocket & stability fixes.

🔗 github.com/ktorio/ktor/...

#Ktor #Kotlin #Backend #AndroidDev #Android

1 0 0 0
		routeWithRaise(User.get) {
			val id = idOf(User)

			val user = dataLock.withLock("get $id") { data.find { it.id == id } }

			ensureNotNull(user) { NotFound(id) }

			respond(user)
		}

routeWithRaise(User.get) { val id = idOf(User) val user = dataLock.withLock("get $id") { data.find { it.id == id } } ensureNotNull(user) { NotFound(id) } respond(user) }

Spine 0.9.1 comes with bug fixes for #Arrow compatibility for typed #Ktor endpoints:

Thanks @skye.codes for the contribution!

5 2 2 0
Hacking with Ktor · paul-samuels.com

I built a tiny Ktor reverse proxy that forwards Snowplow events and pushes real-time updates over WebSockets to a debug UI.
All the best side projects start with “this should be easy… right?” 😅

paul-samuels.com/blog/2026/02...

#kotlin #ktor

0 0 0 0
Preview
Ktor 3.4.0 Is Now Available! | The Kotlin Blog Ktor 3.4.0 is now available! It improves stability and addresses outstanding issues. Highlights include OpenAPI generation, Ztsd support for the compression plugin, duplex streaming for OkHttp, Structured concurrency integrations for the HTTP request lifecycle, and much more. For a detailed list of all the changes, check out the What’s new page.

Ktor 3.4.0 Is Now Available!

#java #jetbrains #kotlin #ktor

blog.jetbrains.com/kotl...

1 1 0 0

Nice... seems like most of the issues with the OpenAPI #Ktor compiler plugin got fixed in this release. It generates a good enough OpenAPI spec out of the box without needing the new describe DSL #kotlin #ktor #jvm

5 0 0 0
Preview
Release 3.4.0 · ktorio/ktor Published 22 January 2026 Features KTOR-8316 Support OpenAPI specification for the Ktor Client and Server Application KTOR-9085 Read OpenAPI security details from authentication plugin KTOR-8993...

🚀 Ktor 3.4.0 is out!

OpenAPI support for client & server, Zstd compression, Jackson 3, API key auth, HTTP QUERY method, OkHttp duplex streaming, Kotlin 2.3 upgrade & many fixes.

🔗 github.com/ktorio/ktor/...

#Ktor #Kotlin #WebDev #APIs #AndroidDev #Android

2 0 0 0
Preview
Release 4.2.0-beta4 · InsertKoinIO/koin Koin 4.2.0-beta4 New Features Ktor 3.4 DI Bridge Integration (#2294) Added KoinDependencyMapExtension implementing Ktor 3.2+'s DependencyMapExtension interface (00496cc) Bidirectional dependency r...

🚀 Koin 4.2.0-beta4
New Ktor 3.4 DI bridge, simpler DSL, and bug fixes.

🔗 github.com/InsertKoinIO...

#Koin #Kotlin #Ktor #DI #AndroidDev #Android

0 0 0 0
Preview
a black and white photo of a room with a lot of electrical equipment and smoke coming out of it . Alt: a black and white photo of a room with a lot of electrical equipment and smoke coming out of it .

Live with some more liftbro.ca dev! 🚀

Starting the morning with some bug squashing 🐛 before we get into the real 🍖...

Finishing up the Local Server and finally launching it for Android! (Wrapped is done, so no more excuses...)

📺 live.dpal.tv

#kotlinmultiplatform #android #ios #ktor

1 0 0 0
Preview
Release 3.3.3 · ktorio/ktor Published 26 November 2025 Improvements KTOR-6837 Discrepancies when parsing URL host with CIO and Darwin engines compared to the rest engines KTOR-9050 Logging: SimpleLogger should be an object,...

🚀 Ktor 3.3.3 is here!

✅ URL-host parsing fixed (CIO + Darwin)
✅ SimpleLogger now an object
✅ Jetty Client adds HTTP/2 h2c
🐛 macOS Netty shutdown, SSE freeze, CORS + OpenAPI + client cache fixes.

🔗
github.com/ktorio/ktor/releases/tag/3.3.3

#Kotlin #Ktor #AndroidDev #Android

1 0 0 0
Preview
KRepo: Spring Data для Ktor — без Spring и без боли Представь: ты пишешь микросервис на Ktor, всё летает на корутинах, код минималистичный и всё прекрасно... До того момента, когда ты касаешься базы данных. Все мечты разбиваются об Spring Data и Koin,...

KRepo: Spring Data для Ktor — без Spring и без боли KRepo: Никаких имплементаций или инъекций. Под капотом — динамический пр...

#kotlin #kotlin #coroutines #ktor #spring #data #jdbc

Origin | Interest | Match

0 0 0 0
Post image

Свой REST API сервер на Kotlin с базой данных и деплоем на Railway за 10 минут на Ktor В этой статье мы разберём, как написа...

#kotlin #SQL #railway #ktor #android #rest #api #deploy #postgresql

Origin | Interest | Match

2 0 0 0
Preview
Release 3.3.2 · ktorio/ktor Published 5 November 2025 Improvements WebRTC Client. Remove redundant targets (KTOR-9062) Add Socks proxy support to Darwin engine (KTOR-8968) Java: Improve error message when SOCKS proxy is use...

🚀 Ktor 3.3.2 is here!

- WebRTC cleanup
- SOCKS proxy (Darwin)
- Better Java proxy errors
- Fixes for retries, OpenAPI, Android, Curl, HttpCache

🔗 github.com/ktorio/ktor/releases/tag/3.3.2

#Ktor #Kotlin #AndroidDev #Android

3 0 0 0
Preview
The Ktor roadmap and previews | The Kotlin Blog OpenAPI and WebRTC support have been available in preview since the Ktor 3.3.0 release. See what else is coming to Ktor!

The Ktor roadmap and previews As in previous years, we have been working on the Ktor roadmap, and we want to say thank everyone for their contributions and feedback to help us prioritize the roadma...

#ktor #news #releases #release

Origin | Interest | Match

0 0 0 0
Preview
The Ktor roadmap and previews | The Kotlin Blog OpenAPI and WebRTC support have been available in preview since the Ktor 3.3.0 release. See what else is coming to Ktor!

Ktor Roadmap and Previews Like in previous years, we have been working on the Ktor roadmap, and we want to thank everyone for their contributions and feedback to help us prioritize our areas of dev...

#ktor #news #releases #release

Origin | Interest | Match

0 0 0 0
Post image

Example of #Koog AI agent in #KMP code running in an iOS #CMP based client. Uses #Gemini LLM here + local Tools that in turn invoke #Ktor based code to get data needed!

Currently in branch of ClimateTraceKMP sample (github.com/joreilly/Cli...) as using local Koog fix for now.

5 0 1 0
Preview
Release 3.3.0 · ktorio/ktor Published 11 September 2025 Features Support for server side http2 without tls (h2c) (KTOR-4750) OpenAPI generation build extension preview (KTOR-8721) Serve static resources with caching headers...

🚀 Ktor 3.3.0 is here!

✨ New: h2c, OpenAPI (preview), smarter static resources, Jetty 12, OkHttp 5, WebRTC (Android+WASM), Kotlin 2.2

🐞 Fixes: SSE, caching, perf, websockets + more

👉 github.com/ktorio/ktor/...

#Ktor #JetBrains #Kotlin #AndroidDev #Android #Backend

2 1 0 0
Post image

🚀 Kotlin 2.0 ist da – mit dem K2-Compiler für mehr Performance & smartere Features.

Verbesserungen für JVM, Native & Wasm

REST-Services mit Ktor

✍️ Whitepaper von Christian Wörz & @wernpro.bsky.social

⤵️ https://tinyurl.com/27aukt77

#Kotlin #K2Compiler #Ktor #jaxcon

0 0 0 0
Preview
Download: W-JAX Whitepaper 2.2025 Alle aktuellen Trends in einem Dossier für Sie zusammengefasst: Spannende Insights , Expertenstimmen aus der Praxis und vieles mehr. Wir wünschen Ihnen viel Spaß beim Lesen!

You are interested in #Kotlin and the implementation of webservices using #Ktor? Check out my article on how to extend Ktor using custom #plugins. Now available as part of the current W-JAX #Whitepaper 2.2025 "Kotlin 2.0 & Ktor“:

tinyurl.com/we-wjax-wp-0...

0 0 0 0
Post image

Kotlin для бэкенд разработки: преимущества и примеры Kotlin, современный язык программирования от JetBrains, уже давн...

#kotlin #Backend #Java #JVM #Spring #Null-safety #Data #classes #Coroutines #Migration #Ktor

Origin | Interest | Match

0 0 0 0
Preview
Release 3.2.3 · ktorio/ktor Published 29 July 2025 Improvements Server only accepts yaml as the configuration file suffix (KTOR-8712) JS / WASM error when process global is undefined (KTOR-8686) DI async duplicate resolutio...

🚀 Ktor 3.2.3 is out!

🛠️ Highlights:
• Only .yaml config supported
• JS/WASM process fix
• Async DI bug resolved
• Fixes: CIO 100-continue, multipart parsing, infinite loop, ShutDownUrl!

🔗 github.com/ktorio/ktor/...
#Ktor #Kotlin #AndroidDev #Android

4 1 0 0
Post image

Пишем агента на Kotlin: KOSMOS Интернет завален реализациями на Питоне, но иногда удобнее разбираться с технологи...

#космотекст #llm #anthropic #гигачат #agent #coroutines #ktor #ai #java #gigachat

Origin | Interest | Match

1 1 0 0
Post image

Пишем агента на Kotlin: KOSMOS Интернет завален реализациями на Питоне, но иногда удобнее разбираться с технологи...

#космотекст #llm #anthropic #гигачат #agent #coroutines #ktor #ai #gigachat #своими #руками

Origin | Interest | Match

1 0 0 0
Preview
Ktor 3.2.2 Is Now Available | The Kotlin Blog Ktor 3.2.2 is here! This patch release brings a critical fix for Android D8 compatibility, along with some minor enhancements and bug fixes.

Ktor 3.2.2 Is Now Available The Ktor 3.2.2 patch release brings a critical fix for Android D8 compatibility, along with some minor enhancements and bug fixes. 🚀 Get started Ready to explore Ktor...

#ktor #news #releases #release

Origin | Interest | Match

0 0 0 0