This course is outdated and does not reflect our current course standards.
Check out a free preview of the full Meteor course:
The "Creating an RPC Function" Lesson is part of the full, Meteor course featured in this preview video. Here's what you'd learn in this lesson:
Chris uses the Meteor.methods function on the server to create a function that can be used in a remote procedure call. He then calls the function from the browser console to demonstrate that a network request is sent when the function is called.