Is it possible to do remote procedural calls over socket.io in native iOS applications?
Would it be easier to do in a Titanium built application?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As long as it’s not udp you could probably write a client for it. However, curious on google I found: http://www.ziconic.com/2010/11/simple-ajax-style-rpc-code-in-your-ios.html which will be more of what you want I think. This Using XML-RPC in iPhone apps says that it handles xml on the iphone and there’s https://github.com/joyent/node/wiki/modules#wiki-parsers-xml which should help with that.
Hope it helps a bit. RPC documentation in xml is readily available.