Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.44 KB

index.md

File metadata and controls

42 lines (28 loc) · 1.44 KB
title keywords tags sidebar permalink logo summary
Overview
Home Page
overview
mydoc_sidebar
index.html
true

Ktor is a framework for quickly creating web applications in Kotlin programming language with minimal effort.

This web site provides a complete reference to the Ktor application structure, programing interface and how to approach particular tasks.

Where to begin

The best place to start is with the Getting Started tutorial. It shows you how to get an application up and running in no time. From there, you can then dig into the different areas. A recommended tour however would be:

Check our extensive list of How To topics to learn specific features and use cases.

Advanced Topics

Once you've covered the basics, you can look at some of the Advanced to understand how Ktor works under the covers and how you can extend it with new functionality.

Sample Projects

Ktor comes with a number of sample projects, but if you want to see how Ktor is used in a real world project, check out some Open Source Projects.