How can I use Flex RemoteObjects with NodeJS?

I have an application built in Flex / AS3 and I use the LAMP server as a proxy. I use ZendAMF to talk between Flex <=> PHP.

Now I need to build another server (proxy / gateway) in NodeJS, but the libraries are very very poor ( https://github.com/jamesward/JSAMF , https://github.com/timwhitlock/node-amf , https: / /github.com/TooTallNate/node-amf ) because they do not support RemoteObjects, only NetConnection.

Does anyone know a library or have already done something between Flex / AS3 and NodeJS, or can light my way to do something for this?

+1
flex php actionscript-3 zend-amf
Apr 26 '13 at 16:25
source share

No one has answered this question yet.

See similar questions:

5
Is it possible to implement RTMP in nodejs?

or similar:

4353
How do I pass "Null" (real last name!) To the SOAP web service in ActionScript 3?
2776
How can I prevent SQL injection in PHP?
2664
How to check if a string contains a specific word?
2237
How to pass command line arguments to Node.js?
2201
How to decide when to use Node.js?
1835
How to update each dependency in package.json to the latest version?
1648
How to quit Node.js
1544
How can I upgrade NodeJS and NPM to next versions?
1517
How to debug Node.js applications?
1388
What is the purpose of Node.js module.exports and how do you use it?



All Articles