Book Image

Getting Started with Meteor.js JavaScript Framework

By : Isaac Strack
Book Image

Getting Started with Meteor.js JavaScript Framework

By: Isaac Strack

Overview of this book

Table of Contents (14 chapters)

Chapter 3. Why Meteor Rocks!

Meteor is a disruptive (in a good way!) technology. It enables a new type of web application that is faster, easier to build, and takes advantage of modern techniques, such as Full Stack Reactivity, Latency Compensation, and Data On The Wire.

This chapter explains how web applications have changed over time, why that matters, and how Meteor specifically enables modern web apps through the above-mentioned techniques.

By the end of this chapter, you will have learned:

  • What a modern web application is

  • What Data On The Wire means and how it's different

  • How Latency Compensation can improve your app experience

  • Templates and Reactivity—programming the reactive way!