简体   繁体   English

我可以在iOS中运行套接字服务器吗?

[英]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. 在我的iOS应用中,我需要配置一个套接字服务器以从远程客户端接收数据。

Does anyone have experience in socket programming in iOS? 有没有人有iOS套接字编程的经验?

Any good open source library to use? 有什么好的开源库可以使用吗?

Thanks. 谢谢。

YES , you can run a socket client in iOS. 是的 ,您可以在iOS中运行套接字客户端。

and YES , I have experience in socket programming under iOS. ,我在iOS下的套接字编程方面有经验。

Any other question? 还有其他问题吗?

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. 多解释一下您的问题,您可能会从这里的贡献者那里得到更多的想法。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM