Socket programming in iPhone
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 so开发者_如何转开发me basic idea for socket programming in iphone.And what all things i have to refer for famliarizing with socket programming.
Thanks and regards, Sreelash
I think the AsyncSocket might make things easier for you, would save you from having to use the Core Foundation stuff directly.
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..
精彩评论