##http://www.eventedmind.com/posts/meteor-methods
###Run Project
> mrt
###Branches Branches correspond to the stages of code as you progress through the video.
- 0-submit-form: Parse form fields, show message reactively on the page.
- 1-method-call: Call a remote method to parse the message for users.
- 2-latency: Introduce server latency to simulate an expensive call.
- 3-method-stubs: Show how method stubs help with latency.
- 4-simulation: Use isSimulation to refactor the method.
- 5-method-errors: Introduce Meteor.Error to return errors to client.