惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 【当耐特】
IT之家
IT之家
M
MIT News - Artificial intelligence
酷 壳 – CoolShell
酷 壳 – CoolShell
Martin Fowler
Martin Fowler
V
Visual Studio Blog
F
Fortinet All Blogs
The Cloudflare Blog
Last Week in AI
Last Week in AI
博客园 - 司徒正美
G
Google Developers Blog
Vercel News
Vercel News
爱范儿
爱范儿
小众软件
小众软件
WordPress大学
WordPress大学
I
InfoQ
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
MongoDB | Blog
MongoDB | Blog
A
About on SuperTechFans
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
C
Check Point Blog
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Meteor

meteor 更新 1.7 后是不是原来项目无法在新版本运行了 Meteor 在国内无法安装包怎么办? 强烈建议、要求喜欢 Meteor 的同学们一起搞个 Meteor 社区吧 Meteor Mantra 介绍 使用 Meteor 开发一个社交网络 APP 面向 小白开发者 和 专业开发者 的 Meteor Meteor 创始人眼中的计算终端发展简史 我最近光说 Meteor 的好话了,为了更好的看清事物正反面,请大家帮忙来使劲儿拍、吐槽 Meteor 吧~ 一个围绕 Meteor 的微信公众号:两个圆点一条直线 第一届( 2016)中国 Meteor 技术峰会 meteor 框架适合用在互联网类平台吗 分享:最近在学 Meteor 结合 React,使用 FlowRouter 做路由和 react-layout 布局,以及 Semantic-UI 界面 玩 Meteor 踩过的陨石坑总结 试用了两天 Meteor 觉得很不错 用 Meteor 做了个站,大家可以来凑凑 有 V 友用 Meteor.js 做正式的产品吗?进来讨论一下 楼主是个偏执狂 Meteor 中文社区上线啦!! 请问 meteor build 出来的 iOS app 能够直接发布到 Appstore 吗? linux 下面使用 meteor build 不加 --debug 参数的话无法生成出 bundle。 CNAME 到 origin.meteor.com 的网站无法访问怎么破? Meteor 1.0 是不是应该成立一个 MeteorChina 社区呢?因为我发现连一份最新版的 Doc 翻译都没有。 很好奇 Meteorpedia 这个 wiki 是用什么软件驱动的? Band ~ Let`s play music together MeteorDay Kadira 一个超级简单版的 slack 2014 Meteor Challenge 还剩余 2 天 国内有多少 Meteor 开发者? Meteor News
Meteor 0.5.1 发布
loddit · 2012-11-21 · via Meteor

博客在 => 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.