i understand meteor automatically updates view based on underlying model, ie if there model change, clients' views updated well.
what happens if 3rd party app updates database directly. meteor pick model change , display view, or model changes done through meteor stack updated?
you mean if have other app updating same mongodb? meteor notice , show change user!
if example update mongodb directly mongohq's console it's reflected in app instantly.
Comments
Post a Comment