Chapter 7. Exchanging data

This chapter covers

  • Publishing Collections without the autopublish package
  • Using template-level subscriptions
  • Limiting client data with parameterized subscriptions
  • Creating a new aggregation data source
  • Making a custom data source reactive
  • Securing an application with server-side methods

In the early stages of development, it may often be helpful to have the contents of the server database available on the client as well. The increased convenience comes at the price of both performance and security, though. If the idea is to build low-latency and high-performance applications for the web, you must refrain from replicating the entire database on each client. Additionally, sharing all data probably includes ...

Get Meteor in Action now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.