Josh Wood
Josh Wood

Reputation: 1696

Google app engine multiple languages

In google app engine, is it possible to write an app in two different languages, e.g. python and PHP. I am very new to Google app engine, and am not sure how to go about it. If it is possible will it incur any charges?

Upvotes: 4

Views: 1298

Answers (1)

Stuart Langley
Stuart Langley

Reputation: 7054

Yes you can use modules. Each module can be a different language.

You will only be charged if you go over the free quotas - i.e. there is no charge to use the modules feature outside of the standard usage based charges.

Upvotes: 3

Related Questions