Tuesday, July 14, 2015

What is Meteor Framework - An Overview

Meteor is a javascript app platform, offering a complete full-stack framework for delivering web and mobile apps entirely in Javascript. Meteor radically simplifies development process for reactive app development. 

Below are the key features of Meteor 

1. Universal Javascript 
The same code runs from the client to the cloud, from packages to database APIS. The same code runs cross browsers and mobile devices via Meteors unified Isobuild system. 

2. Optimistic UI
Meteor presents ‘Data-on-the-wire’ with latency compensation and conflict resolution built-in When data changes, updates propagate reliably to affected clients and users screens update via LiveQuery, full stack DB drivers and mini database sources. 

3. Reactive rendering
Client GUI components provide the look, feel and response of thick app using meteors Blaze framework or integrating with Angular JS and React JS. 

4. WebSocket Micro services. 
Meteor’s distributed Data access protocol (DDP) provides ‘REST for web sockets’ a standard protocol for delivering micro service APIS over web sockets that push data from the cloud to live-updating clients.  



References:

No comments:

Post a Comment