Extend and Enhance Mongo.Collection with Meteor Collection Extensions


Summary of my bookmarked Github repositories from May 31st, 2015

Github repositories

  • Meteor-Community-Packages/meteor-collection-extensions

    The Meteor Collection Extensions package provides utility functions for extending Mongo.Collection instances in a safe and easy manner. It aims to be a third-party official solution for monkey-patching the Mongo.Collection constructor until Meteor introduces core functionality for proper extension. By using this package, collection-extending package authors can achieve better compatibility and avoid issues. The package offers methods such as `addExtension` and `addPrototype` for adding extensions and prototypes to collections respectively. It also includes examples and encourages contributions and feedback from the community.