Hi, is there any server framework like Ktor for Ko...
# javascript
f
Hi, is there any server framework like Ktor for KotlinJs?
s
I found this sample. It might lead you in the right direction. https://github.com/techprd/kotlin_node_js_seed
👍 1
d
I'm pretty sure you can use Ktor in Kotlin JS.
f
Client yes, Server no
✔️ 1
d
My bad, I see
Not even with CIO as HTTP server engine?
What does CIO mean?
CIO stands for Coroutine-based I/O. Usually we call it to an engine that uses Kotlin and Coroutines to implement the logic implementing an IETF RFC or another protocol without relying on external JVM-based libraries.