Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Running your web frontends on App Engine while managing the websocket connection on Compute Engine, is similar to what Google did for recent Chrome web experiments (see the end of this <a href="http://googledevelopers.blogspot.jp/2013/04/google-compute-engine-expanded.html" rel="nofollow">blog post</a>)</p> <blockquote> <p>Check out the amazing World Wide Maze Chrome Experiment, developed by the Chrome team in Japan. This game converts any web site of your choice into an interactive, three dimensional maze, navigated remotely via your smartphone. <strong>Compute Engine</strong> virtual machines run Node.js to manage the game state and synchronization with the mobile device, while <strong>Google App Engine</strong> hosts the game’s web UI. This application provides an excellent example of the new kinds of rich, high performance back end services enabled by Google Cloud Platform.</p> </blockquote> <p>You should also be able to create App Engine applications in Europe after filling the following <a href="https://docs.google.com/a/google.com/spreadsheet/viewform?formkey=dDllb3FHLS1IdXVIcjVKR3FScklka1E6MQ" rel="nofollow">form</a> or signing up for <a href="https://developers.google.com/appengine/docs/premier/location" rel="nofollow">premier account</a>.</p> <p><a href="http://developers.google.com/datastore" rel="nofollow">Google Cloud Datastore</a> allows you to share you data between App Engine (using NDB if you use Python) and Compute Engine (using the low level API).</p> <p>You can follow <a href="https://github.com/GoogleCloudPlatform/google-cloud-datastore/issues/2" rel="nofollow">this issue</a> about NDB support for Google Cloud Datastore.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload