Communication Between 2 Google App Engine Apps

353 views
Skip to first unread message

Joao L V Vasques

unread,
Dec 6, 2011, 7:06:04 PM12/6/11
to google-a...@googlegroups.com
Hey guys,

I'm doing a project and I need to put 2 GAE Apps communicating. I know that a GAE can make HTTP requests but I can't make them to the App URL where I have my Python get method defined. Is there any way to make 2 GAEP Apps communicate?

Thanks for the attention

trupanka

unread,
Dec 7, 2011, 1:02:28 AM12/7/11
to Google App Engine
Please check "Google App Engine Terms of Service", paragraph 4.3 (at
http://code.google.com/appengine/terms.html)
(e) create multiple Applications to simulate or act as a single
Application or otherwise access the Service in a manner intended to
avoid incurring fees
If it's not your case, you can create a simple API for JavaScript and
communicate to GAE App from the client side (cross-domain requests).

On Dec 7, 4:06 am, Joao L V Vasques <joao.l.v.vasq...@gmail.com>
wrote:

James X Nelson

unread,
Dec 7, 2011, 2:52:48 PM12/7/11
to Google App Engine
Also, take a look at the remote api, as this is exactly what it is
designed for:

http://code.google.com/appengine/docs/java/tools/remoteapi.html

On Dec 6, 11:02 pm, trupanka <trupa...@googlemail.com> wrote:
> Please check "Google App Engine Terms of Service", paragraph 4.3 (athttp://code.google.com/appengine/terms.html)

Brandon Wirtz

unread,
Dec 7, 2011, 3:00:00 PM12/7/11
to google-a...@googlegroups.com
Slightly off topic. I have wished there was a way for multiple Apps to share
a datastore. I have been building out API's that provide data about Search
volume, related key words, IP to Geo, etc, and It would be awesome to
provide read only access to that data so I could sell monthly Subscriptions
to it.

Much like the talks we have had on here about API's that make calls to other
places, I am much happier just saying "Pay me $50 a month" you can license
the data than I am auditing the HTTP Requests.

http://code.google.com/appengine/docs/java/tools/remoteapi.html

--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-a...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengi...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.


Kyle Finley

unread,
Dec 7, 2011, 5:45:34 PM12/7/11
to google-a...@googlegroups.com
You might look at ProtoRPC:


I use it for clientside communication with Backbone and Sproutcore, but it also does a nice job of simplifying server to server communication. The tunes_db example demonstrates this quite well.



- Kyle

Paul

unread,
Dec 8, 2011, 3:31:04 AM12/8/11
to Google App Engine
+1 for option to share db with other apps. I need to write an app
that would let users manage their account in all other apps. Would be
so simple if I could just have access to those dbs...
Reply all
Reply to author
Forward
0 new messages