Files
meteor/packages/mongo
David Glasser 0c0cbe12be Update to Mongo driver 1.4.32
This contains a PR we just submitted to help with error handling
for #2534.
2015-02-27 12:00:25 -08:00
..
2014-08-28 11:14:40 -07:00
2014-08-29 15:21:26 -07:00
2014-08-28 11:14:40 -07:00
2015-02-10 12:16:02 -08:00
2015-02-10 12:16:02 -08:00
2015-02-27 12:00:25 -08:00
2014-10-28 09:36:03 -07:00

mongo

The mongo package is a full stack database driver that provides several paramount pieces of functionality to work with MongoDB in Meteor:

  • an efficient Livequery implementation providing real-time updates from the database by consuming the MongoDB replication log
  • a fall-back Livequery implementation for cases when the replication log is not available, implemented by polling the database
  • DDP RPC end-points for updating the data from clients connected over the wire
  • Serialization and deserialization of updates to the DDP format

To learn more about Livequery, see the project page on www.meteor.com.