Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with Meteor.js JavaScript Framework - Second Edition

You're reading from   Getting Started with Meteor.js JavaScript Framework - Second Edition Learn to develop powerful web applications in minutes with Meteor

Arrow left icon
Product type Paperback
Published in Jun 2015
Publisher
ISBN-13 9781785285547
Length 138 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Toc

Chapter 5. Data – Meteor Style!

We've nearly completed the Lending Library application, without having to worry much about how our data is being stored. Meteor's data caching and synching methodology is intentionally built to make that part of building the application as simple as possible so that, instead of spending a lot of time messing around with database connections, queries, and caching, you can concentrate on writing a great program.

However, we do want to go over the methodology, and we'll have to make sure we have a solid understanding of how Meteor handles data so that we can perform some common optimizations and build our applications even more quickly.

In this chapter, you will learn about the following topics:

  • MongoDB and document-oriented storage
  • Broadcasting changes—how Meteor makes your web application reactive
  • Configuring publishers—how to streamline and protect your data
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image