Join Slack
Has anyone tried out getting a websocket working on iOS? Seems like ktor does not support it directl...
# multiplatform
v
vanniktech
01/06/2020, 10:32 PM
Has anyone tried out getting a websocket working on iOS? Seems like ktor does not support it directly, but one could use their
Engine
API to bake Starscream or any other third party library into it
f
fcosta
01/08/2020, 1:04 AM
Yes, i have a pet project that uses websocket on iOS:
https://github.com/felipehjcosta/chat-app
👍 1
fcosta
01/08/2020, 1:06 AM
I recently have changed the websocket implementation from
SocketRocket
to websockets API on iOS 13
fcosta
01/08/2020, 1:06 AM
Or you can try
https://github.com/korlibs/korio
fcosta
01/08/2020, 1:25 AM
websockets API on iOS 13
https://developer.apple.com/documentation/foundation/nsurlsessionwebsockettask?language=objc
v
vanniktech
01/08/2020, 1:21 PM
Is iOS 13 the minimum supported version?
f
fcosta
01/09/2020, 2:43 PM
Yes
7
Views
Open in Slack
Previous
Next
kotlinlang
A modern programming language that makes developers happier.
Powered by