https://kotlinlang.org logo
#multiplatform
Title
# 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
I recently have changed the websocket implementation from
SocketRocket
to websockets API on iOS 13
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