How can I use Flex RemoteObjects with NodeJS?

拥有回忆 提交于 2019-12-11 10:49:21

问题


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?

来源:https://stackoverflow.com/questions/16241044/how-can-i-use-flex-remoteobjects-with-nodejs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!