Socket programming in iPhone

2020-08-01 07:49发布

问题:

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

回答1:

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



回答2:

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..



标签: iphone