Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Getting started with Ktor

Ktor (pronounced kay-tor) is an open source Kotlin framework for building asynchronous web applications. This post shows how to create a small RESTful CRUD service with Ktor. Getting started In this example we use Maven as build tool. Besides standard Kotlin dependencies we need to add the Ktor dependencies to our pom.xml: 01 02 03 ...



This post first appeared on Java Code Geeks, please read the originial post: here

Share the post

Getting started with Ktor

×

Subscribe to Java Code Geeks

Get updates delivered right to your inbox!

Thank you for your subscription

×