Showing posts with label google app engine. Show all posts
Showing posts with label google app engine. Show all posts

Monday, June 10, 2013

Google Launches "Mobile Backend as a Service"

Google launches "Mobile Backend as a Service" starter kit. It's called "Mobile Backend Starter" and runs on top of Google App Engine.

It's mainly a client-to-client networking and communications stack. It supports storage of state data on the server side and also Google Authentication. However, no customized server logic or extensions are supported.

References:

Friday, June 1, 2012

Wicket on Google App Engine

According to this blog post, it can be done pretty easily.

Of course the persistence limitation (i.e. no filesystem, have to use Google's DB) still stand.