博客在 =>
http://meteor.com/blog/2012/11/20/meteor-051-database-scaling里面发现了他们在 Trello 公开的路线图 =>
http://roadmap.meteor.com感觉每次更新的内容还蛮多的,目前看真是生命力很强的项目,不知道使用着已经有多少了?
摘部份更新邮件的内容:
Here's the highlights in 0.5.1:
Meteor's realtime Mongo driver now allows multiple clients to share the results of identical database queries, dramatically reducing database query load for many applications. More details below.
We wrote a more sophisticated latency compensation algorithm on the client. For a full description of this change, see David's blog post.
On the client, a method's completion callback now runs after the method's mutations are fully in the client database. The previous behavior of running as soon as the server returns the method's result is still available. See
http://docs.meteor.com/#meteor_apply.
We improved the transition between logged-out and logged-in database states, replaced Meteor.userLoaded with Meteor.loggingIn, and made a few other minor changes to the Accounts APIs.