server side Adobe AIR apps

Posted by Robbie on Stack Overflow See other posts from Stack Overflow or by Robbie
Published on 2010-04-26T21:39:58Z Indexed on 2010/04/26 21:43 UTC
Read the original article Hit count: 351

Filed under:
|
|
|
|

This might sound like a really stupid question, but is there anyway to run an Adobe AIR application in a headless server side mode on a non-UI server (i.e. Linux)? I'm trying to build server side bots to interact with an API (grapevinetalk.com) and I want to use existing code to do that without having to re-write all the data munging etc for a new application.

The application I'm trying to port is essentially a jQuery based AIR desktop app that I want to reuse for server side interactions. I've tried Rhino with envjs.com, but am having some issues so am looking at alternatives.

Thanks

Robbie

© Stack Overflow or respective owner

Related posts about adobe

Related posts about adobe-air