The actual skeleton for mongo

This commit is contained in:
Slava Kim
2014-10-23 17:39:04 -07:00
parent 7712af3ba7
commit 417bcdeaff

View File

@@ -0,0 +1,18 @@
# mongo
The `mongo` package provides several paramount pieces of functionality to work
with MongoDB in Meteor:
- an efficient [Livequery][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][livequery].
XXX:
[livequery]: https://www.meteor.com/projects/livequery