In this case you should have a look at the Nashorn Project. It's a JavaScript engine running natively inside the Java VM and hereby on the Server: https://blogs.oracle.com/thejavatutorials/entry/javaone_2013_nashorn_javascript_on
Chris ________________________________________ Von: Frank Wienberg <[email protected]> Gesendet: Dienstag, 10. Dezember 2013 09:00 An: [email protected] Betreff: Re: AS3 on the server What about compiling AS3 to JS using FalconJx and running the result in Node.js? All you'd need are some ActionScript "stub" APIs of the corresponding Node.js modules... On Sat, Nov 30, 2013 at 11:06 PM, jude <[email protected]> wrote: > At one time there was talk about AS3 on the server. With node.js you can > use JS on the server. What happened to that project? Is it something can be > donated to Apache? >
