Page 1 of 1

Livecode server with Air / Phonegap

Posted: Wed Jun 11, 2014 12:07 am
by lvgio
Newbie question.

Can Livecode server work/connect with apps built with other technologies such as Adobe Air, Phonegap..etc?

Re: Livecode server with Air / Phonegap

Posted: Wed Jun 11, 2014 12:57 am
by FourthWorld
LiveCode Server plays a similar role as PHP or Perl, providing a means of augmenting Apache's handing specific types of HTTP requests. It's inherently client-agnostic: anything that can make an HTTP request can trigger a LiveCode Server request, with code available for output in XML or JSON, and you could write code to output just about any other format you might need.

Re: Livecode server with Air / Phonegap

Posted: Wed Jun 11, 2014 1:06 am
by lvgio
Nice...I dislike server programming/languages...If I can get it done with Livecode..It's awesome
Thanks