Sunday, November 15, 2015

Create amazing mobile HTML apps using Meteor

It appears Meteor can provide a radically simpler way to build real time mobile and web app using only JavaScript from one code base. I have not used Meteor and the content for the post came from here.

Here are some Highlights:

Universal JavaScript
Same code from client to cloud; from packages to database apis; from browsers to mobile devices via Meteor's unified isobuild system

Mobile and Web apps
As Installable iOS and as Android app
As a web app that loads on demand

Reactive Rendering
While being thin,  gives a thick client feel and look using Meteor's Blaze Framework with AngularJS and ReactJS

Meteor's Cloud Platform Galaxy
Deployment, scaling and monitoring for connected clients
Provides actionable metrics to stateful connected client apps
One command to update all connected browsers and apps (Hot Deploy)
Coordinated version updates

How is it different from AngularJS and ReactJS?
Meteor has Blaze library and is full stack, while AnjularJS and ReactJS are JavaScript UI frameworks. These frame works can be used in conjunciton with Meteor.

More details and Q&A here. I will give it a try one of these days.


No comments:

DMCA.com Protection Status