Reputation:
The local development is done!
So I have:
api.localhost/ -> a PHP rest api. Outout is HTTP codes or json. Data served from MySql.
cdn.localhost/ -> a CDN for delivering statics image, file uploads
localhost/ -> the main web app written in js. using hashbang urls. data is fetched from the rest API.
iOs app -> objective-c. uses NSURLConnection and NSJSONserialization to parse data served from api.localhost
Android app -> same as iOS app.
Now its time to deploy. And Im confused. I have read a lot on GAE api guide.
Please write as much as you can. Im sure your answer will help many other GAE beginners.
Upvotes: 0
Views: 49
Reputation: 80340
Upvotes: 1