I am new to Ktor. Does Ktor support Kotlin JS for ...
# ktor
v
I am new to Ktor. Does Ktor support Kotlin JS for client?
e
Yes. ktor http client is available on JS
v
Thanks. But in http://ktor.io/clients/http-client/multiplatform.html, it says: "Right now, the supported platforms are JVM, Android and iOS, but in future versions, there will be more supported."
Actually, I am more interested in having JS support for Ktor websocket client.
s
сс @e5l . JS was only in prototype client and didn’t make it to release?
e
Js client is currently under testing and not available for now.
v
Thanks!