Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
1–10 of 64 posts
Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#2A 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
#3Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#4Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#5(Is Isobuild the tool that implements "proper single loading?")
Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#6Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#7Re: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#8Last 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?
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
#9What 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?")
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 architecturesRe: Introducing Meteor 0.9.0, the Meteor Package Server, and Isobuild
#10Last 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