Hello! Is anyone using kotlin-native on server side in production already? If so what problems did You encounter?
👀 5
y
Yorgos S.
07/24/2024, 2:30 PM
Hello. I was trying to implement a very simple service with Ktor (native). I managed to do it. The problem is that the native ecosystem is very young at the moment. For example there are no database drivers. Imagine that I started my own project to resolve this issue.