DEV Community

Cover image for Kotlin in the backend, Spring with Kotlin
Rodrigo Silva
Rodrigo Silva

Posted on

Kotlin in the backend, Spring with Kotlin

For those of you who don’t know, Kotlin is a statically typed programming language designed by Jetbrains, it’s the official language for the development of native android applications, but what you may not know is that you can use Kotlin to develop your server-side applications.
There are many libraries and frameworks which allow you to create your backend using Kotlin, such as Ktor and Spring.
In this article, we will take a look into using Kotlin together with the Spring framework.

Rest of this article:
https://rodrigo-silva96.medium.com/kotlin-in-the-backend-spring-with-kotlin-7a6b25e3a771

Top comments (0)