Files
meteor/packages/mongo
David Glasser 4ece886c36 1.0.2.1
2014-12-22 16:52:44 -08:00
..
2014-08-28 11:14:40 -07:00
2014-08-29 15:21:26 -07:00
2014-12-09 13:15:29 -08:00
2014-08-28 11:14:40 -07:00
2014-12-22 16:52:44 -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.