Skip to content

marychatte/kotlin-conf-2024-talk

 
 

Repository files navigation

KotlinConf 2024

Managing Complexity with Ktor

This repository contains a number of independent Kotlin / Gradle projects. These are used as samples within the KotlinConf 2024 talk entitled Managing Complexity with Ktor by Garth Gilmour. All the projects are based around the idea of a microservice that provides endopoints for querying Stack Exchange.

The projects are as follows:

  • kotlin-conf-notebooks - Provides a notebook which uses the built-in support for Ktor Client in Kotlin Notebook.
  • kotlin-conf-testing - Shows how to use the built-in Ktor testing framework to validate your services and mock out dependencies.
  • kotlin-conf-koin - Covers integrating Ktor with the Koin library, for the purpose of injecting dependencies.
  • kotlin-conf-websockets - Demonstrates how to configure support for WebSockets in Ktor microservices, allowing you to incrementally stream data down to a client.
  • kotlin-conf-graphql - Uses GraphQL, instead of REST, for querying and modifying data.
  • kmp-ktor-retries - Contains a Compose Multiplatform client, which uses the retry functionality in Ktor Client to repeatedly attempt to access a service.
  • ktor-native-server - Demonstrates how to configure and build a Ktor microservice using the Kotlin Native compiler.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Kotlin 87.6%
  • Jupyter Notebook 6.6%
  • HTML 5.7%
  • CSS 0.1%