¡@

Home 

2014/10/16 ¤W¤È 08:13:10

android Programming Glossary: erlang

TCP-based RPC server (Erlang or something similar?) for iOS/Android app communication

http://stackoverflow.com/questions/6614343/tcp-based-rpc-server-erlang-or-something-similar-for-ios-android-app-communic

based RPC server Erlang or something similar for iOS Android app communication I'm building native mobile applications in both iOS and Android... sense of the data passed down the TCP pipe. I'm thinking of passing data in plain text using JSON or XML. Perhaps an Erlang based RPC server would do well for a network based application like this. It would allow for the mobile apps to send and.. your own protocol rolled down is quite better than HTTP especially with the nature of resources on the mobile devices. Erlang will do quite well however lets start from your protocol. Erlang excels well at this especially with the Bit Syntax expressions...