3

The smart package appcache allow us to improve the load time of Meteor applications by keeping in the browser static ressources defined in the manifest.

But that's not enough to run the app offline, we need to have offline database/collections as well.

Today, what are the best strategies to use offline minimongo? What is planned (or not) in the future?

4

3 回答 3

3

当有很多离线时,Meteor(尽管如此出色)是正确的工具吗?SyncIt是“在本地编辑然后应用到服务器”库之一,但它首先被认为是离线的。披露:我写的。

于 2013-11-24T10:49:02.200 回答
1

目前,这些集合没有离线保存。Meteor 需要能够在离线和在线集合之间进行同步,以及离线保存集合的能力。虽然它还没有在路线图上,但希望它仍然在核心开发人员的脑海中。

希望他们看到这个问题并提出来

于 2013-04-19T14:48:04.863 回答
1

我通过链接 Meteor 的离线数据包来回答我自己的问题,Andrew Wilcox 也是该appcache包的作者。

于 2013-07-10T02:30:17.520 回答