METEOR

WEB FRAMEWORK



by @C_Revul from Bootsoft



What is METEOR


Meteor is a complete open source platform (full stack) for building web and mobile apps in pure Javascript


Right now 
v.1.0.3.2

Principles of meteor



  • Data on the Wire
  • One Language
  • Database Everywhere
  • Latency Compensation
  • Full Stack Reactivity
  • Embrace the Ecosystem
  • Simplicity Equals Productivity

schema


features


  • Built on Node.js
  • MongoDB
  • Supports Less
  • JQuery
  • Underscore
  • Handlebars Templating (Spacesbars)
  • Cordova
  • Thousands of Packages more

Supported platforms



  • Mac: OS X 10.7 and above
  • Linux: x86 and x86_64 systems



Windows support is coming...


installing Meteor


Only one command line
 $ curl https://install.meteor.com | /bin/sh

Create a Project
 $ meteor create myapp
Run it Locally
 $ cd myapp
 $ meteor
Meteor server is running on: http://localhost:3000/

Deploy project


Unleash it on the world (on a free server they provide)
 $ meteor deploy myapp.meteor.com

As you can see...

A REAL FULL STACK

Command line

example of commands
 $ meteor help
 $ meteor create <name>
 $ meteor run
 $ meteor deploy <site>
 $ meteor update
 $ meteor add
 $ meteor remove
 $ meteor mongo
 $ meteor reset


demo


We will follow Meteor Tutorial

https://www.meteor.com/install

resources and links


Official Website
Docs
Packages

Also take a look to

thank you


Meteor.js

By revul

Meteor.js

Quick introduction to Meteor.js

  • 1,000