Enhance Meteor.Collection with Hooks for MongoDB Operations


Summary of my bookmarked Github repositories from Jan 6th, 2015

Github repositories

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

    Meteor Collection Hooks is a package that extends the functionality of Mongo.Collection in the Meteor framework. It provides before and after hooks for various operations such as insert, update, remove, find, and findOne. These hooks can be used on the client, server, or a mix of both. The package ensures that collection validators are respected and allows you to modify documents, run additional functionality, and maintain system integrity. The hooks can be customized with options and default settings. The package is maintained by the Meteor Community Packages team and has contributions from various developers.