Reputation: 3629
is it possible to host multiple apps in GAE using single google account.
Upvotes: 0
Views: 91
Reputation: 5842
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
Upvotes: 4
Reputation: 8221
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.
Upvotes: 2