Does anyone here know if there are any efforts to ...
# ktor
r
Does anyone here know if there are any efforts to build a socket.io-like library on top of ktor’s websocket library? I tried out socket.io-netty with the standard socket.io clients and haven’t been able to get a connection to work. I’m tempted to build my own clients with a corollary ktor feature, but I’d like to see if there’s a good solution out there first 🙂.