I have a application builded in Flex/AS3, and I use a server LAMP as a proxy/gateway. I use ZendAMF to make the conversation between Flex <=> PHP.
Now I need to build another server (proxy/gateway) in NodeJS, but the librarys are very very very poor (https://github.com/jamesward/JSAMF, https://github.com/timwhitlock/node-amf, https://github.com/TooTallNate/node-amf), because they dont support RemoteObjects, only NetConnection.
Someone knows any library or already did something between Flex/AS3 and NodeJS, or can shine my path to build something to do this?