user403015
user403015

Reputation: 7227

Can I run socket server in iOS?

In my iOS app, I need to configure a socket server for receiving data from a remote client.

Does anyone have experience in socket programming in iOS?

Any good open source library to use?

Thanks.

Upvotes: 0

Views: 450

Answers (2)

djromero
djromero

Reputation: 19641

YES, you can run a socket client in iOS.

and YES, I have experience in socket programming under iOS.

Any other question?

Upvotes: 1

Devraj
Devraj

Reputation: 3065

I think you can, but you shouldn't if you can use an Async client.

Explain your problem a little more and you might get more ideas from contributors here.

Upvotes: 0

Related Questions