Meteor Add Ons (Desktop SECURE)
| Purpose | Package | | :--- | :--- | | Authentication | accounts-password | | Schema validation | aldeed:collection2 | | REST API creation | simple:rest | | Async server methods | zodern:melody | | File uploading | ostrio:files | | Email sending | email (built-in) | | Job scheduling | percolate:synced-cron | | Server-side routing | nimble:restivus |
: Introduced in Meteor 3.3, this Rust-based transpiler significantly reduces build times compared to older Babel-based setups. meteor add ons
These are included in meteor create but can be removed: | Purpose | Package | | :--- |
In the Meteor JavaScript framework, "add-ons" extend functionality for frontend reactivity, database operations, authentication, build tools, and mobile integration. "add-ons" extend functionality for frontend reactivity
ostrio:flow-router