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