Livecode server with Air / Phonegap

Got a LiveCode personal license? Are you a beginner, hobbyist or educator that's new to LiveCode? This forum is the place to go for help getting started. Welcome!

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller

Post Reply
lvgio
Posts: 5
Joined: Wed Jun 11, 2014 12:03 am

Livecode server with Air / Phonegap

Post by lvgio » Wed Jun 11, 2014 12:07 am

Newbie question.

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

FourthWorld
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 10043
Joined: Sat Apr 08, 2006 7:05 am
Contact:

Re: Livecode server with Air / Phonegap

Post by FourthWorld » Wed Jun 11, 2014 12:57 am

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.
Richard Gaskin
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn

lvgio
Posts: 5
Joined: Wed Jun 11, 2014 12:03 am

Re: Livecode server with Air / Phonegap

Post by lvgio » Wed Jun 11, 2014 1:06 am

Nice...I dislike server programming/languages...If I can get it done with Livecode..It's awesome
Thanks

Post Reply