Newbie question.
Can Livecode server work/connect with apps built with other technologies such as Adobe Air, Phonegap..etc?
Livecode server with Air / Phonegap
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
-
- VIP Livecode Opensource Backer
- Posts: 10043
- Joined: Sat Apr 08, 2006 7:05 am
- Contact:
Re: Livecode server with Air / Phonegap
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
LiveCode development, training, and consulting services: Fourth World Systems
LiveCode Group on Facebook
LiveCode Group on LinkedIn
Re: Livecode server with Air / Phonegap
Nice...I dislike server programming/languages...If I can get it done with Livecode..It's awesome
Thanks
Thanks