-
I managed to make it kind of work with CFStreamCreatePairWithSocketToHost but it seems to be deprecated. SwiftSocket looks to be a good solution too but at this point I'm not very sure what to do or what to use.
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
swift-nio
Event-driven network application framework for high performance protocol servers & clients, non-blocking.
If you want something a little more robust for a low-level TCP connection, you can also use SwiftNIO.
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a more popular project.
Related posts
-
Any tutorials you recommend for URLSession?
-
WalletConnect Auth: how to connect a crypto wallet to iOS Swift DApp
-
is it possible for Push Notifications to update sqlite on a notification outside the app?
-
What is the simplest way to have local http server in iOS app?
-
I want to make a one-way messaging app but have no idea how to.