A Critique of MeteorJS
MeteorJS is an opinionated and evolving framework for building web applications. Meteor is an ambitious and opinionated framework that spans both the server and the client with a unique focus on enabling real-time applications where individuals browser is reactive to changes. That is, if I am a user and I am viewing some data stored in the database which is updated, I should see the updates to that data immediately, without having to reload the page.