skiptools / skip

Skip transpiler for creating SwiftUI apps for iOS and Android

Home Page:https://skip.tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSocket APIs for Skip

paytontech opened this issue · comments

WebSockets are a very important technology for modern real-time app development. There are many apps that use WebSockets heavily (including many of my own), which Skip cannot support because they have not been implemented.

Swift's URLSession has a built-in webSocketTask, and it would be great to see this implemented in Skip. I'd love to contribute to this, as it is very important functionality that my app needs to work, and I am very optimistic about Skip, I'm just not sure where I'd start.

For the benefit of everyone else: @paytontech and I have communicated off-site, and we're working on this!

skip-foundation 0.6.0 supports URLSessionWebSocketTask! It is not well tested yet, so please let us know if you run into any issues