Meteor
js
    rub
       y
  pyt
      hon
obj
    ect
        ive
            -c

    Jav
           a



    C#


    php

    C+
      +

     C
A better way to build

     Meteor is an open-source platform for
     building top-quality web apps in a fraction
     of the time, whether you're an expert
     developer or just getting started.
Dustin Moskovitz                          This is great!
Co-founder, Asana; Co-founder, Facebook   Definitely something
                                          the industry needs
                                          right now.


Garry Tan                                 This is the web
Founder and designer, Posterous           framework I always
                                          wanted.
Seven Principles of Meteor
 ✤   One Language

 ✤   Data on the Wire

 ✤   Database Everywhere

 ✤   Latency Compensation

 ✤   Full Stack Reactivity

 ✤   Embrace the Ecosystem

 ✤   Simplicity Equals Productivity
In the box
 ✤   Structuring your application

 ✤   Data and security

 ✤   Reactivity

 ✤   Live HTML

 ✤   Templates

 ✤   Smart packages

 ✤   Deploying
API
✤ Core                    ✤ Accounts

✤ Publish and subscribe   ✤ Passwords

✤ Methods                 ✤ Templates

✤ Server connections      ✤ Timers

✤ Collections             ✤ Meteor.deps / Meteor.http

✤ Session                 ✤ Email
Quick start	
 Install Meteor:
 $ curl https://install.meteor.com | /bin/sh

 Create a project:
 $ meteor create myapp

 Run it locally:
 $ cd myapp
 $ meteor run
 Running on: http://localhost:3000/

 Deploying:
 $ meteor deploy myapp.meteor.com
Developer Resources
✤   Stack Overflow. The best place to ask (and answer!) technical questions is
    on [Stack Overflow](http://stackoverflow.com/questions/tagged/meteor). Be
    sure to add the meteortag to your question.

✤   Mailing list. We have two mailing lists for Meteor. meteor-
    talk@googlegroups.com is for general questions, requests for help, and
    new project announcements.meteor-core@googlegroups.com is for
    discussing Meteor internals and proposed changes.

✤   IRC. #meteor on irc.freenode.net. The developers hang out here and will
    answer your questions whenever they can.

✤   Github. The code is on GitHub. The best way to send a patch is with a
    GitHub pull request, and the best way to file a bug is in the GitHub bug
    tracker.
Demo time :)
Questions???
Thanks for your
  attention!

Meteor

  • 1.
  • 11.
    js rub y pyt hon obj ect ive -c Jav a C# php C+ + C
  • 21.
    A better wayto build Meteor is an open-source platform for building top-quality web apps in a fraction of the time, whether you're an expert developer or just getting started.
  • 22.
    Dustin Moskovitz This is great! Co-founder, Asana; Co-founder, Facebook Definitely something the industry needs right now. Garry Tan This is the web Founder and designer, Posterous framework I always wanted.
  • 23.
    Seven Principles ofMeteor ✤ One Language ✤ Data on the Wire ✤ Database Everywhere ✤ Latency Compensation ✤ Full Stack Reactivity ✤ Embrace the Ecosystem ✤ Simplicity Equals Productivity
  • 24.
    In the box ✤ Structuring your application ✤ Data and security ✤ Reactivity ✤ Live HTML ✤ Templates ✤ Smart packages ✤ Deploying
  • 25.
    API ✤ Core ✤ Accounts ✤ Publish and subscribe ✤ Passwords ✤ Methods ✤ Templates ✤ Server connections ✤ Timers ✤ Collections ✤ Meteor.deps / Meteor.http ✤ Session ✤ Email
  • 26.
    Quick start InstallMeteor: $ curl https://install.meteor.com | /bin/sh Create a project: $ meteor create myapp Run it locally: $ cd myapp $ meteor run Running on: http://localhost:3000/ Deploying: $ meteor deploy myapp.meteor.com
  • 27.
    Developer Resources ✤ Stack Overflow. The best place to ask (and answer!) technical questions is on [Stack Overflow](http://stackoverflow.com/questions/tagged/meteor). Be sure to add the meteortag to your question. ✤ Mailing list. We have two mailing lists for Meteor. meteor- talk@googlegroups.com is for general questions, requests for help, and new project announcements.meteor-core@googlegroups.com is for discussing Meteor internals and proposed changes. ✤ IRC. #meteor on irc.freenode.net. The developers hang out here and will answer your questions whenever they can. ✤ Github. The code is on GitHub. The best way to send a patch is with a GitHub pull request, and the best way to file a bug is in the GitHub bug tracker.
  • 28.
  • 29.
  • 30.
    Thanks for your attention!