Building Single-page Web Apps with Meteor
| By: | Fabian Vogelsteller |
| Publisher: | Packt Publishing |
| Print ISBN: | 9781783988129 |
| eText ISBN: | 9781783988136 |
| Edition: | 1 |
| Copyright: | 2015 |
| Format: | Reflowable |
Lifetime - $20.39
eBook Features
Instant Access
Purchase and read your book immediately
Read Offline
Access your eTextbook anytime and anywhere
Study Tools
Built-in study tools like highlights and more
Read Aloud
Listen and follow along as Bookshelf reads to you
Details
Table of Contents
Book Description
If you are a web developer with basic knowledge of JavaScript and want to take on Web 2.0, build real-time applications, or simply want to write a complete application using only JavaScript and HTML/CSS, this is the book for you. This book is based on Meteor 1.0.What you will learn
- Create reactive templates that update themselves when data changes
- Use database queries on the client and the server to retrieve, sort, and manipulate datasets
- Understand data synchronization using a publication/subscription model and make API calls a thing of the past
- Discover how you can secure your data flow on the server side to keep confidential data secret
- Add routing to a singlepage application and make it appear like a real website
- Build your own advanced reactive objects and make everything rerun when you want
- Make your own Meteor packages and learn how to make them public
- Unit test your packages and Meteor applications