Monday, March 29, 2021

Part-1 Building Middle-Tier in Kotlin Using Ktor #kotlin #Ktor

 Very Simple Working Code Example. Below is my GitHub URL

https://github.com/Abhinaw/Kotlin_Ktor_Demo_App

Many web applications and services are built using the Spring Framework. While Spring is incredibly powerful and Kotlin is useful nobody can accuse it of being lightweight because of the benefits it has such as support of immutable data and null detection, as well as having less of the bloat of Java. Bring these two together, a lightweight HTTP framework and a nice programming language and you get Ktor. It is heavily based on Kotlin coroutines and so supports a high degree of asynchrony. I have tried to write as much as possible easy code for all so that everyone can understand it.


1 comment:

Anonymous said...

Indeed very new yet very powerful for small application.