Beginner Using Google App Engine

I just started using the Google App Engine, and I have a few questions about this. Hope you can help me:

  • As soon as my Java web application runs on Google App Engine. What if one day I decide to run it on my own server. What programs / services do I need? Is it hard to set up?

  • I have Javascript code that I would like to store in the Google Application Engine so that external web pages can run it directly. Is it possible? Otherwise, can I deploy a Java application in a Google application that returns this Javascript code? How can an external site request a "runtime" for this code and run it?

THANK!!

+3
source share
2 answers
+7
source
  • It depends on what services you use. Take a look at AppScale , this will make it easier to run your application on your own servers. I also suggest looking at TyphoonAE (Python only) to see a different software stack providing similar services.

  • .

+3

Source: https://habr.com/ru/post/1781051/