This course is outdated and does not reflect our current course standards.
Check out a free preview of the full Meteor course:
The "Client Simulation" Lesson is part of the full, Meteor course featured in this preview video. Here's what you'd learn in this lesson:
Client simulation is a technique of implementing a server RPC server function on the client. This allows the client to respond immediately the request without having to wait for the server. Once the server responds, the client can synchronize the local store and user interface with the result.