Creating a new Ktor project

Last modified: 27 May 2021

Final project: ktor-get-started

Ktor is an asynchronous framework for creating microservices, web applications, and more. You can create and configure a new Ktor project using a dedicated plugin for IntelliJ IDEA Ultimate, or using a web-based project generator. In this guide, we'll show you how to create, run, and test a simple Ktor application.