-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating
HTML5 Data and Services Cookbook
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.
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.
First we can start by creating the application named movies from the command line:
>meteor create movies
To simplify the generated structure, we will create two folders: one called server and another called client. The movies.css, movies.js, and movies.html files can...
Change the font size
Change margin width
Change background colour