Chrome App应用程序 - 用于存储排行榜的服务器空间

时间:2014-05-27 13:02:09

标签: google-chrome google-chrome-app

我在chrome网上商店创建并发布了一个应用程序(基本上是游戏)。 现在我想保持每个级别游戏中获得的最佳分数的排行榜。

我在哪里可以获得一个免费的服务器空间来存储/检索排行榜?

Chrome商店是否有任何固有的支持?

1 个答案:

答案 0 :(得分:1)

Chrome扩展程序/应用程序具有同步存储选项,可通过Google帐户免费提供。但不是收集数据的集中服务(如果您不考虑Google Analytics)。

但是,您可能会考虑使用Google生态系统 Google Apps Engine

有一定的免费配额,您的使用可能适合。然后,它可能不会,但值得一看。


以下是关于该主题的一些链接:

SO:How to implement internet high scores in Google App Engine

Google博客:Building scalable social games on App Engine

Google博客:Google Code Jam's Ranking Library

Github:Pre-made GAE server "omgleaderboards"