How does Google App Engine remote_api work
Posted
by
EasilyBaffled
on Programmers
See other posts from Programmers
or by EasilyBaffled
Published on 2013-07-02T13:52:40Z
Indexed on
2013/07/02
23:17 UTC
Read the original article
Hit count: 174
google-app-engine
As I understand it, and I may be wrong, but GAE's remote_api allows one application to access another application's datastore. I'll be blunt I don't understand how this works. I have read the article that everyone likes to point to, but I still don't understand how you can link two applications. Can someone explain it to me, perhaps with a small example or just point me to a tutorial that does this?
© Programmers or respective owner