Reactive programming and data in Meteor.js

Meteor uses NoSQL document-oriented storage and it comes by default with Mongo DB. The name comes form the word "humongous", meaning extremely large. The database is part of a NoSQL database family, meaning, it does not store the data as traditional relational databases. Mongo DB persists the date in a JSON-like document format, making the integration with JavaScript-based frameworks a lot easier. In this recipe, we are going to see how to use the database from Meteor, and how data access is orchestrated.

Getting ready

There is an icon.png image in the example files; besides that, only Meteor is needed to be installed on your machine and to have an open command line.

How to do it...

  1. First we can start by ...

Get HTML5 Data and Services Cookbook now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.