icerockdev / moko-socket-io

MOKO SocketIo by IceRock is Socket.IO implementation Kotlin Multiplatform library
https://moko.icerock.dev/
Apache License 2.0
116 stars 19 forks source link

Using path on socket #36

Open viicentecs opened 2 months ago

viicentecs commented 2 months ago

How could I use path in the URL, example: wss:micro_services/ws-3030/?id="xxxxxxx"

where my path is /ws-3030/ but currently /socket.io is added

Alex009 commented 2 months ago

hi. maybe you want not socket.io but raw websockets? for websockets you can use https://ktor.io/docs/client-websockets.html if you want socket.io but with specific path - you can send PR with this improvement