Hey folks, I've extended Ktor Server's routing int...
# ktor
t
Hey folks, I've extended Ktor Server's routing into a multiplatform and highly extensible framework for routing anything. My library still relies on
ktor-io
,
ktor-utils
,
ktor-http
, and
ktor-events
. In addition, I've integrated it with various web and mobile frameworks such as Compose Multiplatform, Voyager, and UIKIt. Some of these integrations support or utilize WASM, which is available in the Ktor
main
branch but hasn't been published yet. I'm curious if there's a roadmap or potential to release a new version,
3.0.0
, with WASM support. What are your thoughts?
👍 1
r
Perhaps @e5l would know more about the next beta version
e
Hey, we're waiting for kotlinx-io to be merged. For now you can try 3.0.0-eap-* build with wasm support 🙂
👍 2
👀 1