[haXe] Remoting between neko and flash
Nicolas Cannasse
ncannasse at motion-twin.com
Wed Apr 11 09:45:55 CEST 2007
> I'm working on a personal project in haXe which includes a flash
> application in a client's browser and neko running on the server side.
> Basically the flash client is an interface from which the user and call
> services on the server, such as chat, saving files, and sending email.
> I'm aware that flash has the XMLSocket object, but it seems really
> bloated and slow.
We don't have such problems with XMLSocket. It's not very quick but it
works, as long as you don't send big amount of datas. You can
remoting-over-socket by using the haxe.remoting.SocketConnection class.
Nicolas
More information about the Haxe
mailing list