This course is outdated and does not reflect our current course standards.
Check out a free preview of the full Meteor course:
The "Observing Changes" Lesson is part of the full, Meteor course featured in this preview video. Here's what you'd learn in this lesson:
Meteor provides an API for observing changes on a cursor. Using the observeChanges function, developers can register handlers for when the added, changed, and removed functions are called. Chris demonstrates how to respond to these changes on the server side.