Hello! We have a backend service using <socket.io>...
# ktor
m
Hello! We have a backend service using socket.io . Is it possible to use ktor (with websockets plugin) on our client apps to communicate with it?
j
Ktor supports websockets, then I don't see why it couldn't be possible 🙂
a
Out-of-the-box no. You'd have to implement the Socket.IO protocol. Also, there is a pending feature request of having the implementation of that protocol in Ktor.
today i learned 1
🙌 1