本地开发完成了!
所以我有:
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.
现在是时候部署了。我很困惑。我在GAE api指南上看了很多。
请尽可能多地写。我相信你的答案将有助于许多其他GAE初学者。
答案 0 :(得分:1)