I was thinking of Javalin. Is there anything else ...
# javascript
s
I was thinking of Javalin. Is there anything else I should consider?
r
Javalin is not Kotlin/JS framework.
s
Ah! You are right, I misread.
r
I don't think there is any Kotlin/JS server side framework.
s
I see
In this case, maybe Javalin is still worth a try as it seems to me.
my requirements are basically lightweight + REST
r
X?
s
@Robert Jaros sorry, Kotlin or Kotlin/JS
r
If JVM is not lightweight enough, you can try node with Kotlin/JS. No ready to use solutions but you can find an example code here: https://discuss.kotlinlang.org/t/creating-simple-node-server-with-kotlin/6671
s
okay thank you Sir, I’ll check this out
r
And for JVM https://www.http4k.org/ is believed to be lightweight
s
That looks also great. Thanks.
b
You can use kotlinx-html with any jvm server to have serverside rendered webapps