AngularJS
Accounts
Base Accounts
- https://atmospherejs.com/meteor/accounts-facebook
- https://atmospherejs.com/meteor/accounts-password
- https://atmospherejs.com/meteor/accounts-ui
Roles
Link
Router
- Routing specifically designed for Meteor
- https://atmospherejs.com/iron/router
- https://github.com/Multiply/iron-router-progress
- Carefully Designed Client Side Router for Meteor
- https://atmospherejs.com/meteorhacks/flow-router
Rendering
Collections
migration
- Allows you to define and run db migrations.
- https://atmospherejs.com/percolate/migrations
extension model
- Transform your collections with helpers that you define
- https://atmospherejs.com/dburles/collection-helpers
- Model에 추가적인 기능을 넣고 싶을때 사용한다.
schema
- A simple schema validation object with reactivity. Used by collection2 and autoform.
- https://atmospherejs.com/aldeed/simple-schema
validation
- Automatic validation of insert and update operations on the client and server.
- https://atmospherejs.com/aldeed/collection2
Test
- Velocity, a Meteor specific test-runner
- http://velocity.meteor.com/
- https://atmospherejs.com/velocity/core
- Gagarin, a Meteor testing framework based on mocha
- https://atmospherejs.com/anti/gagarin
- Run mocha tests in the browser
- https://atmospherejs.com/mike/mocha
REST API
- Adds HTTP.methods RESTful
- https://atmospherejs.com/cfs/http-methods
- Create authenticated REST APIs in Meteor 0.9+. Setup CRUD endpoints for Collections.
- https://atmospherejs.com/nimble/restivus
- CRUD operations on Collections via HTTP/HTTPS API
- https://atmospherejs.com/xcv58/collection-api
- https://github.com/xcv58/meteor-collectionapi
Library
- underscore.string (official): String manipulation extensions for Underscore.js javascript library.
- https://atmospherejs.com/underscorestring/underscore.string
- Wrapper for Lo-Dash v3.8.0
- https://atmospherejs.com/erasaur/meteor-lodash
- Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging
- https://atmospherejs.com/momentjs/moment
Dependency
- Use npm modules with your Meteor App
- https://atmospherejs.com/meteorhacks/npm
- Complete NPM integration for Meteor
DEBUGGING PACKAGES
- Visual Editing Tool for Meteor for MongoDB Collections
- https://github.com/msavin/Mongol
- Performance Monitoring for Meteor
- https://atmospherejs.com/meteorhacks/kadira
SEO
- https://atmospherejs.com/meteor/spiderable
- https://atmospherejs.com/manuelschoebel/ms-seo
- https://github.com/DerMambo/ms-seo/
- THE COMPLETE GUIDE TO SEO
- https://atmospherejs.com/meteor/email
- http://docs.meteor.com/#/full/email
- A meteorite package for sending emails easily using Mailgun
- https://github.com/cunneen/meteor-mailgun
I18N
- https://atmospherejs.com/tap/i18n
- https://github.com/TAPevents/tap-i18n
- https://atmospherejs.com/anti/i18n
- https://gentlenode.com/journal/meteor-9-internationalization-i18n/16
UI Template
- Spacebars
- Handlebars.js에서 영감을 받은 Template Engine이다.
Meteor에 특화된 Reactive 를 지원 한다. - Understanding Spacebars
etc
- sleep
- https://atmospherejs.com/froatsnook/sleep
- Paypal integration through Meteor
- https://github.com/DavidBrear/meteor-paypal
- meteor-async
- phantomjs
- https://atmospherejs.com/gadicohen/phantomjs
- Allows you to define and run scheduled jobs across multiple servers.
- https://atmospherejs.com/percolate/synced-cron