Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

345
Visualizações
Is it possible to use python and node js at same time at same domain in google app engine?

I have created my project in python and google cloud datastore, now i want to create my project admin panel in node JS. Is there any way to use both python and node js on same domain on google cloud?

e,g my project url is http://lynkweb-165106.appspot.com/

and i run both node js and python over on above url

about 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

Yes. You can develop the admin panel as a new, separate service/module of your app.

Services have code-level isolation (see Service isolation) so the choice of the GAE environment (standard/flexible) or the programming language used is done at the service level and can differ from a service to another inside the same application. See also is it possible to have a hybrid PHP+Java web application on Google App Engine?

As for the DNS mapping you can keep both services under the same domain, but you will need to establish clear, non-overlapping URL path patterns in your app.yaml (or equivalent) config files to be able to route the incoming requests to the proper service.

For example:

  • http://lynkweb-165106.appspot.com/app/ -> your existing app service
  • http://lynkweb-165106.appspot.com/admin/ -> your admin service

You may need to use a dispatch.yaml file for inter-module routing, see Routing with a dispatch file

You may be running in a few problems as first. When debugging pay attention to your catch-all app.yaml patterns like url: .* and check your logs (for all services) to see if the requests are being handled by the right module.

about 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda