Google app engine multiple languages

人走茶凉 提交于 2020-02-15 08:06:28

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/21588006/google-app-engine-multiple-languages

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!