Meteor Add Ons !!better!!
Here is a review of the essential add-ons (packages) for the framework.
| Add-on | Purpose | Remove if... | | :--- | :--- | :--- | | autopublish | Auto-publishes all data | You want security (remove in production) | | insecure | Allows client DB writes | You want security (remove in production) | | standard-minifier-js | Minifies JS | You use a custom minifier | | ecmascript | ES2015+ support | You don't need modern JS (rare) | | webapp | Serves HTML/JS/CSS | You're not building a web UI | meteor add ons
: Attach schemas to MongoDB collections for automatic validation. Here is a review of the essential add-ons
| Package | Purpose | | :--- | :--- | | cordova:camera | Access device camera | | cordova:geolocation | GPS location | | mdg:geolocation | Reactive geolocation | | Package | Purpose | | :--- |
| Package | Purpose | | :--- | :--- | | shell-server | Enable meteor shell | | msavin:mongol | In-browser MongoDB GUI | | montiapm:agent | Performance monitoring |
























