This course is outdated and does not reflect our current course standards.
Check out a free preview of the full Meteor course:
The "Web Sockets & DDP" Lesson is part of the full, Meteor course featured in this preview video. Here's what you'd learn in this lesson:
While polling works for making periodic background requests, Web Sockets are more efficient since they keep the connection with the server open. This leads Chris to introduce DDP or the Distributed Data Protocol.