Let me introduce myself
  • Who I am
Understanding basics of Meteor while building chat application
  • Motivation & Introduction
  • Create a Meteor application
  • Default application structure
  • Templates
  • Templates quiz
  • Helpers
  • How do you use helper in a template?
  • Events
  • Meteor.Session & reactivity
  • Meteor and MongoDB
  • MongoDB and Mini Mongo
  • Collections
  • Show collection data in template
  • Insecure package
  • Meteor.methods
  • Limit messages
  • Autopublish package & Publish/Subscribe
  • Limit and order of messages
  • Packages
  • Super easy deploy
  • Conclusion
  • Learning resources for Meteor
Chat source code
  • Chat app on Github
Advanced Meteor
  • Structuring your application
  • Order of files
  • Dynamic templates