What's the best way to host some html & css onto Googles Servers? -


We want to host a simple HTML site with some CSS and JavaScript on the Googles server.

Should we select the app engine or start a web server using Compute Engine?

If we choose app engine, then we have to choose a language java, go, php etc. None of these suits us, we have some HTML files

Should we go with a server in Compute Engine?

Google Cloud Storage is better suited for this use, for you to serve a stable web site Configure a bucket, see

Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -