Kotlin 实践
一系列实践教程,您可以使用 Kotlin 创造应用程序,涵盖各种不同的技术,并针对多个平台进行目标设置。 这些练习被分成一系列步骤,引导您完成每个部分。
Building Reactive Spring Boot applications with Kotlin coroutines and RSocket
Build a simple chat application using Spring Boot and Kotlin, and learn about the benefits of using Kotlin for server-side development from a syntax perspective.
使用 React 和 Kotlin/JS 构建 Web 应用程序
创建一个使用 Kotlin/JS 的 React 应用程序,并查看如何利用 Kotlin 的类型系统、库生态系统和互操作功能。
Building web applications with Spring Boot and Kotlin
Build a simple blog application by combining the power of Spring Boot and Kotlin.
Creating HTTP APIs with Ktor
Create a backend API for your application that responds to HTTP requests.
Creating a WebSocket chat with Ktor
Create a simple Chat application using Ktor including both a JVM server and a JVM client.
Creating an interactive website with Ktor
Learn how to serve files, use templating engines such as Freemarker and the kotlinx.html DSL, and work with form input from Ktor.
Introduction to Kotlin coroutines and channels
Learn about coroutines in Kotlin and how you can communicate between them using channels.
Introduction to Kotlin/Native
Create a simple HTTP client that can run natively on multiple platforms using Kotlin/Native and libcurl.
Kotlin Multiplatform: networking and data storage
Learn how to create a mobile application for Android and iOS using Kotlin Multiplatform with Ktor and SQLDelight.
Targeting iOS and Android with Kotlin Multiplatform
Learn how to create a mobile application that can target both iOS and Android using Kotlin Multiplatform.