Hello! Is anyone using kotlin-native on server sid...
# server
m
Hello! Is anyone using kotlin-native on server side in production already? If so what problems did You encounter?
👀 5
y
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.
m
https://developer.android.com/kotlin/multiplatform/sqlite -> they claim to have working SQLite driver for Linux 👀 Haven't tried it yet, but for small scale projects it could be sufficient