Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当没有服务器连接处于活动状态时,可以离线启动流星应用程序,例如从浏览器中的 html5 应用程序缓存。
或被保存到离线文件夹。
当然没有数据传播到服务器,但可能是一些本地缓存。
编辑:如何在关闭时将事件保存到本地存储?
我有同样的查询。对于离线保存数据,这是值得关注的:-
https://github.com/awwx/meteor-offline-data
是的,理论上,这应该可以通过创建 HTML5 缓存清单来实现。我在这里问过这个问题:
如何将缓存清单添加到 Meteor 应用程序?
Meteor 有一个 appcache 包(检查文档),它目前在文档本身中使用。