Publications and Subscriptions
Understand the MeteorJS concept of publication and subscriptions.
Meteor data transfer
Meteor is famous for its speed and reactivity of data, which is evident when a change is made and an application is updated instantly. This is as a result of its DDP.
The server publishes the data that’s subscribed to by the client. Meteor applications consist of two data stores, as illustrated in the diagram below:
Get hands-on with 1300+ tech skills courses.