Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以编写一个混合的 Go-Python/Java 应用程序并将其作为一个应用程序在 Google App Engine 上运行,还是需要将它们拆分为两个应用程序并通过 HTTP 调用相互通信?是否有任何关于此类事情的教程或示例?
您可以一次部署同一应用程序的多个“版本”。每个版本都可以使用完全限定的 URL 访问,并且它们都可以使用不同的语言。