开发者

hosting multiple apps under single google account in GAE

开发者 https://www.devze.com 2023-02-20 16:43 出处:网络
is it possible to host multiple apps in GAE 开发者_开发知识库using single google account.You can host as many as ten application on GAE for a single account for free. Each application can have n numbe

is it possible to host multiple apps in GAE 开发者_开发知识库using single google account.


You can host as many as ten application on GAE for a single account for free. Each application can have n number of serving version provided they don't go beyond free usage quota. To know more about free usage quota in GAE. You can have a look here


As far as I remember you can have max 10 projects per account in your appengine. The trick is you can configure your applications to communicate with each other and exchange data through some REST integration they way most web services work either xml or json are solid solutions for the proble. Send more specific inquiries if you have.

0

精彩评论

暂无评论...
验证码 换一张
取 消