Drabuna
Drabuna

Reputation: 1225

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:

It would be nice to have more than one library, maybe someone knows a better one? Thanks!

Upvotes: 7

Views: 4819

Answers (1)

andygoestohollywood
andygoestohollywood

Reputation: 1285

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

requires Socket.IO(>= v.0.8)

Upvotes: 3

Related Questions