Why did I lose interest in Meteor? - Vijay T
When I first worked with Meteor, I was very excited by its full-stack(ness). Meteor allowed remote data to be reactive. It bundled MongoDB and has something called optimistic updates. The framework updated the client immediately, then batched updates to the server and if something went wrong with the server, switch back to the server provided value.