-4.6 C
New York
Monday, December 23, 2024

Ktor 3.0 switches to kotlinx.io library



Ktor 3.0, the most recent model of the Kotlin-based framework for constructing asynchronous client- and server-side functions, is now out there. Ktor 3.0 switches to the kotlinx.io library for dealing with knowledge sources. The discharge additionally highlights assist for server-sent occasions (SSE).

The JetBrains Ktor 3.0 expertise, introduced October 10, could be accessed from begin.ktor.io. The most important change in model 3.0 is the swap to the kotlinx.io multiplatform library. This library affords a multiplatform API that may deal with knowledge sources and gives capabilities together with working with information, utilizing compression, and extra. The kotlinx.io library additionally cuts down on pointless copying of bytes between ByteReadChannel, ByteWriteChannel, and community interfaces. This enables for extra environment friendly byte transformations and parsing, thus making room for future efficiency enhancements.

SSE can be now supported for each the server and the shopper. With SSE, servers push purchasers over an HTTP connection and SSE gives a one-way communication channel. This strategy is beneficial for eventualities the place the server must ship event-based updates with no need the shopper to repeatedly ballot for brand new data.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles