Hey :slightly_smiling_face: I was wondering if kt...
# javascript
j
Hey 🙂 I was wondering if ktor server running on nodejs is possible/supported? I found this doc about ktor server on native, but I cannot find anything about running ktor server on javascript. I want to do this because of some specific javascript dependencies
v
Maybe better ask in #ktor?
b
In short, not at the moment. But given that ktor server 2.0 is finally MPP, I don't expect it to be too hard to fork and add implement js actuals if you want to contribute.
j
Cool, thanks for the reply! It will probably be easier for us to work around our javascript dependencies and run on kotlin/jvm for now 😁 We're using enough alpha technologies, so having our HTTP server be stable would probably best 😆