我有一个在 Flex/AS3 中构建的应用程序,我使用服务器 LAMP 作为代理/网关。我使用 ZendAMF 在 Flex <=> PHP 之间进行对话。
现在我需要在 NodeJS 中构建另一个服务器(代理/网关),但是库非常非常非常差(https://github.com/jamesward/JSAMF,https://github.com/timwhitlock/node-amf,https://github.com/TooTallNate/node-amf),因为它们不支持 RemoteObjects,只支持 NetConnection。
有人知道任何库或已经在 Flex/AS3 和 NodeJS 之间做过一些事情,或者可以照亮我的道路来构建一些东西来做到这一点?