doutui8842 2012-01-13 07:31
浏览 54
已采纳

Google App Engine Go-Python / Java混合应用程序

Can one write a hybrid Go-Python/Java application and run it on Google App Engine as one application, or do they need to be split into two apps and communicate with each other through HTTP calls? Is there any tutorial or example on something like this being done?

  • 写回答

1条回答 默认 最新

  • duanbinian2243 2012-01-13 07:41
    关注

    You can deploy several "versions" of the same application at once. Each version will be accessible using a fully qualified URL, and they can all be in different languages.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?