[osflash] Server side ActionScript

Nicolas Cannasse ncannasse at motion-twin.com
Tue Feb 13 10:51:49 EST 2007


> But what if I need to run the *exact* same ActionScript code on both 
> client and server? I do not want to write the server side code in any 
> other language or translate already existing AS2 client code to some 
> other language.
> 
> A rough description of what I'm after: What I have is a bunch of 
> untrusted AS2 clients with a fancy GUI that collect and process user 
> data. As the clients are untrusted I want them to be able to send their 
> data and results to the server for verification. The server side would 
> only have instances of the "Model" part of the MVC, thus being 
> completely GUI-less.
> 
> Is this possible some way?

Yes, by using haXe, since it's exactly the same language on both server
and client.

Nicolas



More information about the osflash mailing list