Hi. It is possible to deploy an API built in two different languages (Node.js and Python here) as one service?
If not, how fast is it to communicate between two services compared to it with external server? According to the previous post and documentation below, I think it should be deployed as two separate services and communicate each other through an HTTP invocation. However, I'd like to know some solutions to the issue if exists, as it is important for my app to response to client immediately. Thank you. Previous post: Multiple languages in the same application https://groups.google.com/g/google-appengine/c/wZZAgKN8BwU Google Documentation (especially "App Engine Services as microservices" section): https://cloud.google.com/appengine/docs/standard/python/microservices-on-app-engine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/6ada476e-1ce2-4e99-bdd8-80e0fe23ae92n%40googlegroups.com.
