Search code examples
iosswiftsocketstcp

TCP Socket using Swift


I build an Ethereum wallet app, and I have a python TCP server. I also want TCP client but using swift.

I'm looking for a simple class like we have in python. I am using Swift 5.1

Can someone help me please? Thanks.


Solution

  • You can use SwiftSocket available on github written by swiftsocket

    it has a class TCPClient