AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Meteor - For Real Time, Multi User Applications Like Facebook or Uber?
Meteor is built from the ground up to handle those types of updates. Meteor introduced a new protocol that's called DDP, which is like a REST for real time. So every time there's a change in the database, doesn't matter if the change comes from outside of your application or from inside of your application, Meteor lets you know that this query has changed and it gives you the updated value.