WebSocket Library for Android, iOS and Flash

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!

+3
source share
5 answers

iOS 4.2 and higher have built-in support for WebSockets.

Android Flash ( Flash) web-socket-js. Socket.IO --js , .

. caniuse.com WebSockets.

iOS (Objective-C) UnittWebSocketClient. : HyBi-07, , Hixie-76, . , , , HyBi-07 , .

+9

, iOS, Unitt iOS WebSocket .

WebSocket SocketRocket. ( : )

, RFC 6455, iOS 4.x. . Autobahn

+13

jWebSocket, , Android.

+7

, , . ( ) Autobahn Android . , ( 13, 14), .

+4

Android - Autobahn Android

https://github.com/oberstet/AutobahnAndroid

RFC6455, , RPC PubSub WebSockets . README GitHub.

: Autobahn.

+2
source

All Articles