can someone suggest an example of implementing WebSocket in Android, iOS (iPhone / iPad) and Flash (not flex!).
I found several libraries, but none of them work :). The implementation of my WebSocket browser works fine using Socket.IO, now I would also like to delve into Android, iPhone and Flash.
I tried to implement an Android webview pointing to a site on which sockets are implemented, but it does not work. It would be great for me to have some native library for this.
Thanks for your help!
source
share