Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Make Mine Meteor - Real Time Applications, Hyperspeed Time

Shaun D
September 12, 2014

Make Mine Meteor - Real Time Applications, Hyperspeed Time

An introduction to Meteor.js for DesignerFiesta 2014

Shaun D

September 12, 2014
Tweet

More Decks by Shaun D

Other Decks in Programming

Transcript

  1. 7 Principles Data on the Wire One Language Database Everywhere

    Latency Compensation Full stack reactivity Embrace the ecosystem
  2. var  message  =  'Hello  world';   ! if  (Meteor.isClient)  {

           console.log(message);  //  Hello  world   }   ! if  (Meteor.isServer)  {        console.log(message);  //  Hello  world   }
  3. Crater.io   ! /r/meteor   ! https://meteorhacks.com/   ! https://meteorhacks.com/meteor-­‐weekly/

      ! https://www.youtube.com/user/MeteorVideos   ! https://www.discovermeteor.com   ! https://github.com/oortcloud/unofficial-­‐meteor-­‐faq