Meteor js

558 views 8 slides May 16, 2016
Slide 1
Slide 1 of 8
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8

About This Presentation

Key features in Meteor js framework


Slide Content

Meteor js Vinay Ramappa

What is Meteor js ? A open source platform built on top of Node.js that makes it dramatically faster to write rich real time web applications in pure JavaScript

Why Meteor ? Full stack JavaScript Framework Same API on the front end and back end Reactive : most suited for building real-time application Ship more with less code Build apps for any device Integrate technologies you already use

Key features: Database everywhere Live Page Updates Smart Packages Hot code push

Databases Currently supports MongoDB Database is accessible from everywhere Mini-Mongo Latency compensation

Live Page Updates Liveui and spark Automatically updates after changes made in the application Through Distributed data protocol(DDP) No more refreshing!

Other key features: Smart Packages: - Saves developer time - Atmospherejs.com Hot code push: -  lets you update all of your connected clients, browsers and mobile apps when the server is updated, without going through any app reviews

Thank You
Tags