Is there a connector for the WSS (WebSocket Secure...
# ktor
n
Is there a connector for the WSS (WebSocket Secure) protocol? Trying to setup a custom WSS session using a different host and port.
d
Are you talking about server or client side?
n
Talking about Server. Using Netty as the Server engine.
Does the WSS support in Ktor rely on HTTPS?
d
Sorry only have experience on client side with ktor an ther u just use the client.wss method instead of client.ws