Hi I am a newbie in iOS and Swift. I did some search on internet and i could not find a definite answer to my quest. I found socket.io but this is web socket.
Can you help and tell me the equivalent of TCP Client and TCP server for iOS for Swift 3.
I have these questions
If I use the iOS-base equivalent TCP client to send a message to server
1) On server-side, can I use other TCP Server to return message? any issue?
Thanks