Extend Meteor's Functionality with Universe Collections


Summary of my bookmarked Github repositories from Oct 17th, 2015

Github repositories

  • vazco/meteor-universe-collection

    Universe Collections is a package that extends Meteor's Mongo.Collection functionality. It allows you to define your own remote collection methods, add document helpers, and create new classes inherited from UniCollection.UniDoc. The package supports remote (RPC) methods on documents and collections, multi-schema support, hooks for various methods, EJSON serialization of documents, mixins for collections, and more. It is compatible with Meteor 1.6.1 and provides additional features compared to the standard Mongo.Collection.