rsocket / rsocket-kotlin

RSocket Kotlin multi-platform implementation
http://rsocket.io
Apache License 2.0
552 stars 37 forks source link

Hello. Does the library allow you to implement a client WebSocket? #276

Closed lemkoleg closed 2 months ago

lemkoleg commented 2 months ago

Hello. Does the library allow you to implement a client WebSocket? If yes, then there is no example of how to implement this.

whyoleg commented 2 months ago

The library is about https://rsocket.io. For client WebSocket support you can look at ktor: https://ktor.io/docs/client-websockets.html