korlibs-archive / korio

Korio: Kotlin cORoutines I/O : Virtual File System + Async/Sync Streams + Async TCP Client/Server + WebSockets for Multiplatform Kotlin 1.3

Home Page:https://korlibs.soywiz.com/korio/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kotlin Native

jan-tennert opened this issue · comments

Sorry if this is a stupid question but I cant test it right know are websockets available for kotlin native?

I believe they are available. But only ws:// not wss:// because secure sockets are not implemented on native right now

Hm ok thanks

@jan-tennert is that enough for your case, or would you need secure sockets? This is the related task: #62

In the case you need it, which kotlin native targets would you need? Windows, linux, mac, or ios?

Im making a multiplatform Discord API wrapper and I wanted to use Korio for the gateway (websocket) connection and also for http requests. But I think their websocket is available for ws but im not sure

If yes korio as well as klock would fit perfectly in my project