Does anyone have any insight into the status of We...
# ktor
d
Does anyone have any insight into the status of Websockets on WASM target in Ktor? Websocket support is important to building reactive applications, but I can't find it in YouTrack and it's not supported in the initial WASM version AFAIK
e
Hey @darkmoon_uk, could you log an issue on YT. We will take a look
d
Thanks, will do. In general has websocket support been considered? I guess it may have it's unique challenges in the browser.
e
Yep, the existing implementation of the wasm client is still waiting for all dependencies to be published
We will consider this as the next step
❤️ 1
K 1
d
g
From where is the wasm client available? I checked Maven Central and the Space repository here, but don't see it.
A little more digging from KTOR-5587 referenced in the above message and I found this. Is that where to find the latest available for wasm?
e
Yep, the build number is on teamcity, let me check
g
it appears to be 3.0.0-wasm2 from looking through the folders
👍 1
or maybe 3.2.0?