Getting Started with Meteor.js JavaScript Framework
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Setup and Installation
Installing with curl
Loading an example application
Making code changes
Summary
Reactive Programming… It's Alive!
Creating the Lending Library
Creating a reaction
Multiple clients
Why Meteor Rocks!
Modern web applications
A giant Meteor appears!
Let's create some templates
Templates
A new HTML template
Gluing it all together
Data, Meteor Style!
Document-oriented storage
Broadcasting changes
Configuring publishers
Application and Folder Structure
Client and server folders
Security and accounts
Customizing results
Packaging and Deploying
Third-party packages
Bundling your application
Deploying to Meteor's servers
Deploying to a custom server
Index