AS3 library for Socket.io

I'm using node.js+socket.io in my projects, and one of the issues that bothers me the most is absence of normal AS3 library than can handle communications between as3 and node.js using socket.io.

In my last project, I used https://github.com/simb/FlashSocket.IO this library, but I had to roll back to node.js v0.8.25.

So - requirements:

  • Works with node.js v0.10.x
  • Works with socket.io v0.9.x
  • Secure connection support (wss)
  • It would be nice to have more than one library, maybe someone knows a better one? Thanks!


    我也需要这个,所以这就是我使用的:https://github.com/sinnus/socket.io-flash。

    requires Socket.IO(>= v.0.8)
    
    链接地址: http://www.djcxy.com/p/16920.html

    上一篇: 内存泄漏在UITableView?

    下一篇: 用于Socket.io的AS3库