Live data from Hacker News

Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild

meteor.com

1–10 of 64 posts

Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild

#2
Meteor is so awesome. Yesterday was coding my project and was thinking about why I have to install meteorite. Today I can just use one tool...

A great example of many good patterns like: Ship basic version, but well-tested one. Then add things once community starts using them (3rd part packages). Also remove quirks that confuse ppl, like auto css reloading.

Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild

#8
post #7

Last time I looked at Meteor I decided I wouldn't use it until there was support for server side rendering and the live updates were implemented more efficiently with triggers instead of polling. Are those implemented yet?

Live updates were implemented with listening to MongoDB replication log back on 0.7.0: https://www.meteor.com/blog/2013/12/17/meteor-070-scalable-d... This is a much more efficient way to get updates from the database and it also scales horizontally to multiple application servers (and multiple MongoDB replicas!)

If you are curious how it works, this talk is a good start: https://www.youtube.com/watch?v=_dzX_LEbZyI

Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild

#9

What is Isobuild? The blog post doesn't actually say, and Googling [meteor isobuild] just turns up the blog post. (Is Isobuild the tool that implements "proper single loading?")

I too was disappointed that the blog post doesn't go into any detail about unibuild.

One of the best and only explanations of isobuild is in this talk by Geoff Schmidt, one of the founders of meteor: http://youtu.be/EZUfQ1zA_NM?t=11m33s

  [iso]build
  Like 'make' or 'scons' but for distributed systems.

  One source tree
  One package system
  Multiple languages
  Multiple targets
  Multiple architectures

Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild

#10
post #8
post #7

Last time I looked at Meteor I decided I wouldn't use it until there was support for server side rendering and the live updates were implemented more efficiently with triggers instead of polling. Are those implemented yet?

Live updates were implemented with listening to MongoDB replication log back on 0.7.0: https://www.meteor.com/blog/2013/12/17/meteor-070-scalable-d... This is a much more efficient way to get updates from the database and it also scales horizontally to multiple application servers (and multiple MongoDB replicas!) If you are curious how it works, this talk is a good start: https://www.youtube.com/watch?v=_dzX_LEbZyI

Very cool, thanks. Is server side rendering coming soon as well?
Post reply on HN