【问题标题】:Chrome App app - server space for storing leaderboardChrome App 应用 - 用于存储排行榜的服务器空间
【发布时间】:2014-07-16 09:54:44
【问题描述】:

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

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

chrome store 有什么固有的支持吗?

【问题讨论】:

    标签: google-chrome google-chrome-app


    【解决方案1】:

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

    不过,如果您坚持使用 Google 生态系统,您可能会考虑 Google Apps Engine.

    有一定的免费配额,您的使用量可能适合该配额。再说一次,它可能不会,但值得一看。


    这里有一些关于该主题的链接:

    所以:How to implement internet high scores in Google App Engine

    谷歌博客:Building scalable social games on App Engine

    谷歌博客:Google Code Jam's Ranking Library

    Github:Pre-made GAE server "omgleaderboards"

    【讨论】:

    • 事实上我正在使用 chrome 存储同步来存储个人分数。让我检查一下这个应用引擎。
    • @prembhaskal 用一些链接更新了我的答案
    • 谢谢。我们在应用引擎中部署了一个 java servlet(用于维护排行榜)。我们的 chrome_app 使用 ajax 请求此数据。像魅力一样工作:)
    猜你喜欢
    • 2019-01-16
    • 2019-02-21
    • 2023-04-03
    • 2020-07-29
    • 2013-04-12
    • 2022-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多