MacMusic  |  PcMusic  |  440 Software  |  440 Forums  |  440TV  |  Zicos
ktor
Search

Ktor 3.0 switches to kotlinx.io library

Saturday October 12, 2024. 12:32 AM , from InfoWorld
Ktor 3.0, the latest version of the Kotlin-based framework for building asynchronous client- and server-side applications, is now available. Ktor 3.0 switches to the kotlinx.io library for handling data sources. The release also highlights support for server-sent events (SSE).

The JetBrains Ktor 3.0 technology, announced October 10, can be accessed from start.ktor.io. The biggest change in version 3.0 is the switch to the kotlinx.io multiplatform library. This library offers a multiplatform API that can handle data sources and provides capabilities including working with files, using compression, and more. The kotlinx.io library also cuts down on unnecessary copying of bytes between ByteReadChannel, ByteWriteChannel, and network interfaces. This allows for more efficient byte transformations and parsing, thus making room for future performance improvements.

SSE is also now supported for both the server and the client. With SSE, servers push clients over an HTTP connection and SSE provides a one-way communication channel. This approach is useful for scenarios where the server needs to send event-based updates without needing the client to repeatedly poll for new information.

Elsewhere in Ktor 3.0:

WebAssembly now is supported as a build target by the Ktor client.

Support for cross-site request forgery (CSRF) protection was added with the new plugin.

A new staticZip function lets users serve the contents of a ZIP archive as static content.

Breaking changes affect low-level IO APIs, including classes such as Input, Output, and ByteReadChannel. Developers using these classes directly will see deprecation warnings.
https://www.infoworld.com/article/3560524/ktor-3-0-switches-to-kotlinx-io-library.html

Related News

News copyright owned by their original publishers | Copyright © 2004 - 2024 Zicos / 440Network
Current Date
Oct, Wed 16 - 14:18 CEST