[haXe] Red5/FMS and Haxe platform

Nicolas Cannasse ncannasse at motion-twin.com
Tue Nov 7 09:48:22 CET 2006


>     aXe Remoting uses haXe Serialization. It's a custom serialization that
>     can be used on all haXe supported platforms. See
>     http://haxe.org/api/haxe/Serializer and
>     http://haxe.org/api/haxe/Unserializer classes. I'm planning to fully
>     document this protocol but the source is easy to read and has already
>     been ported to other languages/platforms as well.
> 
> 
> Is it as performant as AMF0?

It can't be as much performant, since the data is serialized by the
Flash VM instead of a C routine (as in AMF). But it offers enough
performances for most applications.

> Nicolas, I'm thinking about using haXe for both the client and server
> (NekoVM). Which of the remoting methods would you recommend in this case?

The most easy is to use haXe Remoting over HTTP.
See http://haxe.org/tutos/remoting/client_server for an example.

The nice thing about haXe Remoting is that if you need later to change
to realtime Socket Remoting, you will have to change only a few things,
so getting started using haXe HTTP Remoting is the best.

Nicolas




More information about the Haxe mailing list