Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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!

like image 770
Drabuna Avatar asked Oct 27 '13 23:10

Drabuna


1 Answers

I also needed this, so here's what I used: https://github.com/sinnus/socket.io-flash.

requires Socket.IO(>= v.0.8)
like image 112
andygoestohollywood Avatar answered Sep 30 '22 00:09

andygoestohollywood