Hello Deepak, 

It all depends on how do you plan to structure your app's services. If you 
opt for microservices, code can be deployed to these services 
independently, and different services can be written in different 
languages, such as Python, Java, Go, and PHP. You may gather more detail 
from the "Microservices Architecture on Google App Engine" documentation 
page 
<https://cloud.google.com/appengine/docs/standard/python/microservices-on-app-engine#app_engine_services_as_microservices>,
 
as well as related postings outside official documentation, such as 
excellent contributions from Dan Cornilescu on stackoverflow: "Can I mix 
programming languages in a single appengine project? 
<https://stackoverflow.com/questions/51119402/can-i-mix-programming-languages-in-a-single-appengine-project>",
 
or "Deploying different languages services to the same Application 
<https://stackoverflow.com/questions/41681288/deploying-different-languages-services-to-the-same-application-google-app-engin/41681718#41681718>".
 
However, you cannot mix different languages within the same microservice. 

What deployment concerns, you can have a look at the "Testing and Deploying 
your Application" documentation page 
<https://cloud.google.com/appengine/docs/flexible/nodejs/testing-and-deploying-your-app>
 
for instructions and examples. 

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8c63d24c-00f8-4f11-90fa-c33248b65808%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to