What AMF Servers Support Remote Shared Objects?

Posted by GrayB on Stack Overflow See other posts from Stack Overflow or by GrayB
Published on 2010-03-29T02:18:37Z Indexed on 2010/03/29 2:23 UTC
Read the original article Hit count: 542

Filed under:
|
|
|
|

Greetings. I'm planning on building a Flex based multiplayer game, and I'm researching what will be required for the server end. I have PHP experience, so I started looking at ZendAMF.

Now in this game, I'll need the concept of rooms, and real time updates to clients in those rooms, so it looks like I'll be using remote shared objects (correct, yes?). I'm not seeing where ZendAMF can support this.

So I found this page: http://arunbluebrain.wordpress.com/2009/03/04/flex-frameworks-httpcorlanorg/

It seems to indicate that ZendAMF isn't going to do what I want. WebORB for PHP seems to be the only PHP based solution that does messaging, but on that page it doesn't mention "real-time" next to it like the Java based ones below it do.

What should I be looking at for the server piece with my requirements? Do I need to make the jump to something like BlazeDS and try to pick up a bit of Java knowledge?

Thanks.

© Stack Overflow or respective owner

Related posts about zend-amf

Related posts about amf