Google App Engine?

Bringing the internet highway into your project? Building FTP, HTTP, email, chat or other client solutions?

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
neo42
Posts: 83
Joined: Tue Mar 01, 2011 10:20 pm

Google App Engine?

Post by neo42 » Fri Apr 29, 2011 9:03 pm

Does anyone connect to google app engine site from livecode? I'm thinking about using google app engine to host the multiplayer/server stuff for my games and apps. I'll want to be able to have my iOS livecode app log into the google app engine site and stay authenticated long enough to perform some transactions, uploads and downloads, and then have other users pull down that same data.


Is this possible?


What commands would I need?

William Jamieson
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 212
Joined: Fri Feb 01, 2013 1:31 am
Contact:

Re: Google App Engine?

Post by William Jamieson » Sun Apr 14, 2013 8:59 pm

So did you ever proceed with this action? If so please share. Thank you.

kaygray
Posts: 1
Joined: Wed May 22, 2013 8:44 am

Re: Google App Engine?

Post by kaygray » Wed May 22, 2013 8:53 am

Google App Engine requires application to be in Java and LiveCode can produce applications that run on lots of different systems. LiveCode actually compiles its standalone applications so it becomes difficult to determine weather LiveCode produces application that will run on GAE.

steveharman
Posts: 26
Joined: Fri Apr 12, 2013 11:03 am

Re: Google App Engine?

Post by steveharman » Thu May 23, 2013 4:46 pm

If you just need your app to communicate with a cloud data store, for saving game states, league tables, user authentication, player information etc. rather than executing LiveCode, perhaps consider one of the mobile BAAS offerings: http://en.wikipedia.org/wiki/Backend_as_a_service in real terms they're free to use until you start sending many millions of transactions through them.

There are plenty of case studies regarding gaming and the above providers, here's some broad info: https://www.stackmob.com/why-stackmob/s ... -game-app/

Steve

Post Reply