I am an experienced mobile application developer. Knows Kotlin, Swift, Dart and Java. I want to learn Server Side development suggest me a framework to start with. Thank You.
Letβs be honest, Spring is the most used jvm based framework on the market at the moment and it supports kotlin as well
π― 2
v
vishesh
04/19/2020, 8:26 PM
Yes, Its true. Thinking to start my journey with Ktor. Once I will get familiar with the basics. Will decide next.
m
Mike
04/20/2020, 11:52 AM
If it's for future employment, then Spring, Ktor, maybe Micronaut or Quarkus.
If it's for 'fun', and to learn about HTTP/GRpc/REST/GraphQL/whatever else, then pick a lighter weight framework, OR if you really want to get deep, look at what these frameworks use under the covers.
Spring, and other frameworks, are very productive because they hide a lot of stuff, and auto-configure, and... but like any framework, when things go wrong, it can be much harder to figure out why...
π 1
v
vishesh
04/20/2020, 11:57 AM
@Mike I wanna to learn for fun... Seems right way to go about it