7

I want to create an app exposing a web server with a REST API in Kotlin Native, but I can't find any recent project or lib. There's kwang but it doesn't seems to be maintained anymore and it depends on another C library.

ThoSil
  • 125
  • 9

2 Answers2

5

Ktor 1.4 (WIP) will support Kotlin/Native as a Server .

https://github.com/ktorio/ktor/issues/571#issuecomment-562118651

Kotlin/Native is Beta for now , so There is a long way to go

-2

Yes! Alpas - it's a newer framework and is inspired by the Laravel framework for PHP. Out-of-the-box, it will get your rolling with databases and authentication.