19March
Introduction to Meteor (Miro Radenovic)
Slides here
Meteor Subscriptions (Matteo Saporiti)
Slides here
Code
Introduction to Blaze live templating engine (Luca Zulian)
Slides
Code
Make an app that feels like a top-tier web property like Facebook or Twitter, or like a great desktop app — not like a bunch of pages connected by links.
Accomplish in 10 lines what would otherwise take 1000, thanks to a reactive programming model that extends all the way from the database to the user's screen.
A great experience both on the web and as a phone or tablet app.
Isomorphic APIs mean that the same code, written in the same language, can run on both client and server.
Data updates live on the screen as it changes. Users can collaborate seamlessly.
One world of packages that work identically on browsers, servers and mobile devices. (Pull in npm and Cordova packages too!) One build tool that builds all parts of your app.
Changes made by a user are instantly visible, without the unprofessional laggy feeling that would result from waiting for a round trip to the server.
Type one command to push your app into production and update all connected browsers and devices. No need to go through the App Store.
To learn more about meteor, visit Meteor Website