alanjames1987 / marilyn

Marilyn is a client side, Socket.IO driven, Pub/Sub, model layer with a query system similar to Mongoose.
MIT License
114 stars 3 forks source link

Plugin: Marilyn Watch Method Requirements #13

Open alanjames1987 opened 9 years ago

alanjames1987 commented 9 years ago

Marilyn's watch method should keep a Marilyn model's collection in sync with a Mongoose model based on one or more queries sent to the server via Socket.IO.

This will be need to be implemented as a Node library. I will be working on that.