Skip to content

A series of exercises to get familiar with Ktor

Notifications You must be signed in to change notification settings

revg/ktor-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ktor Exercises

Exercises

The following are a serie of exercises to get your familiar with Kotlin and Ktor. It's assumed you have a basic understanding of Kotlin and know how to work with Gradle. Each exercises builds on the previous one, starting with the very basics of Hello World.

To get you up and running easily, a sample build.gradle file is provided with all the required dependencies for Ktor and Kotlin. You can import it into your favourite IDE and start building the exercises on that.

A sample solution is provided for each exercises in the /solutions folder.

Solutions

Below are the solutions for the exercises. Note that your solution doesn't need to exactly match what's presented here. As long as it's generally inline and works, you should be good!

About

A series of exercises to get familiar with Ktor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages