Are you building Web and Mobile apps? Check out 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 . This post describes some of the highlights and a screen shot from a app built using Meteor. 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 differ...