Chapter 8. Project 6 - Real-time Dashboard with Meteor
In this final chapter, we will use Vue with an entirely different stack--Meteor!
We will discover this full-stack JavaScript framework and build a real-time dashboard monitoring the production of some products. We will cover the following topics:
- Installing Meteor and setting up a project
- Storing data into a Meteor collection with a Meteor method
- Subscribing to the collection and using the data in our Vue components
The app will have a main page with some indicators, such as:

It will also have another page with buttons to generate fake measures since we won't have real sensors available.