e.g. http://www.pen.fm/read/Returning-as-an-Engineer-PN1368383b7c...
And we haven't really decided on this yet, I don't think we'll need to use LaTeX but we'll see. Any suggestions are welcome :)
You could also check out something like Pandoc, which would let you write the actual content in markdown and then export it to LaTeX (or HTML).
Most allow also to opt for a server-side rendering and mix it with real-time features which is good for SEO (check out Airbnb's new mobile site).
Don't get me wrong, I'm very excited about where Rendr will go when they finally get it ready for prime time, and I'm trying to get more comfortable with Backbone in preparation for it. But the ease with which I was able to quickly build something in Meteor makes a stark contrast with what I'm having to do with Backbone/Express combo.
Anyway here's a PDF version of the page:
And you can sign up to the mailing list here:
http://sachagreif.us2.list-manage.com/subscribe/post?u=b5af4...
But there's probably a good chance that (unless you are doing something very specific) you'll just end up re-implementing the built in pub/sub mechanisms of meteor collections which usually give you exactly what you need with almost no work required.
To me, that's like asking "why use rails, why not just use HTTP?". We build on layers of abstraction.
Building a new framework on top of Node but cutting out the fabulous npm and its huge ecosystem, instead unnecessarily introducing an own package manager/middleman in order to lock in developers and not following (or rather ignoring) Node's core principles is a brave step. Good luck guys, you'll need it.
Could Meteor be used to build a CMS with 90% static clean html + 10% live updating information (comments, chat, social, etc)?