We are using in our project the latest node.js &&
socket.io with it's
actionscript port from
https://github.com/ascorbic/socket-io-actionscriptfork.
Currently we faced a problem that communicating with client fails on
connect with "unknown transport 'undefined'" message. My only idea is
this is all because of protocols that are not the same (this fork is
really old).
Is there some good solution of this problem, except porting socket.io
JS code to AS3? We can't use AS external interface, because of our
platform limitations - pure AS needed. Maybe our googlings are not on
the right way ;)