用于社交网络的 Google Gears?
我刚刚看到较新的 WordPress(自 5-6 年前和今天我上次使用 WordPress 以来的较新含义)正在使用 Google Gears,这看起来真的很酷,但我不能 100% 确定他们到底是如何使用它的?我正在使用 PHP 开发一个社交网站(facebook、myspace),您能想到在这样的网站上齿轮可以让用户受益的任何内容吗?
I just saw that the newer wordpress (newer meaning since the last time I used wordpress 5-6 years ago and today) is using Google Gears, this seems really cool but I am not 100% sure exactly how they use it? I am working on a social network site in PHP (facebook, myspace) can you think of anything on a site like that where gears could benefit the user?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Gears 允许进行一些本地缓存。基本上,该应用程序将数据存储在本地 SQLite 数据库中,这允许更好的缓存和离线使用。这意味着您甚至可以在没有互联网连接时使用该应用程序,并且当您再次上网时,您的更改会同步。
我不确定 WordPress 如何使用它,但对于社交网络,它可以用于缓存私人消息,以便人们可以在离线时访问它们(GMail 或 Google Reader 不使用它吗?)或者也许“直播”/墙/任何东西的最后一个副本。
Gears allows for some local caching. Basically the application stores data in a local SQLite database, which allows better caching and offline usage. That means you could even work the the application when you do not have an internet connection and when you go online again, your changes are synchronized.
I'm not sure how WordPress uses it, but for a social network it could be used for example to cache private messages so that people can access them while offline (doesn't GMail or Google Reader use it for that?) or maybe the last copy of the "Live Stream"/Wall/Whatever.