-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Building Single-page Web Apps with Meteor
By :

In the previous chapter, we learned how to store data in our database persistently. In this chapter, we will take a look at how we can tell Meteor what to send to the clients.
Until now, this all worked magically because we used the autopublish
package, which synced all of the data with every client. Now, we will control this flow manually, sending only the necessary data to the client.
In this chapter, we'll cover the following topics:
If you want to jump right into the chapter and follow the examples, download the previous chapter's code examples from either the book's web page at https://www.packtpub.com/books/content/support/17713, or from the GitHub repository at https://github.com/frozeman/book-building-single-page-web-apps-with-meteor/tree/chapter3.
These code...
Change the font size
Change margin width
Change background colour