web-socket-js icon indicating copy to clipboard operation
web-socket-js copied to clipboard

AIR Mobile support?

Open orthatg opened this issue 12 years ago • 2 comments

Could this library feasibly be modified to run in an AIR Mobile app or does this require the use of ExtInt? Thx

orthatg avatar Jan 03 '14 20:01 orthatg

I'm not familiar with AIR mobile. In general, if you want to use the library from ActionScript, you can use WebSocket.swc which can be built with bundled flash-src/build.xml .

The ActionScript API is not documented. But you can use WebSocket class: https://github.com/gimite/web-socket-js/blob/master/flash-src/src/net/gimite/websocket/WebSocket.as This code shows how to use the class: https://github.com/gimite/web-socket-js/blob/master/flash-src/src/net/gimite/websocket/WebSocketMain.as

gimite avatar Jan 06 '14 12:01 gimite

i use Netty and SecureSocket in my App. it works on iOS ,but not work on android . on android the SecureSocket.serverCertificateStatus value is invalid . does any body know how to solve this problem? and shat "user-permission" should config ?

leefj avatar Dec 21 '16 08:12 leefj