Socket programming in iPhone

2020-08-01 07:05发布

I wanna implement a chat application. When i gone through few threads and tutorials, i think i need to use socket programming for this purpose. Can anyone provide some basic idea for socket programming in iphone.And what all things i have to refer for famliarizing with socket programming.

Thanks and regards, Sreelash

标签: iphone
2条回答
女痞
2楼-- · 2020-08-01 07:34

I think the AsyncSocket might make things easier for you, would save you from having to use the Core Foundation stuff directly.

查看更多
疯言疯语
3楼-- · 2020-08-01 07:38

try this click here you can get how to send and receive message using socket programming. you have to use node.js at server side..

查看更多
登录 后发表回答