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

Feature: Add a Watch Method #10

Closed alanjames1987 closed 10 years ago

alanjames1987 commented 10 years ago

Add a watch method that allows the developer to watch for changes to objects on the server.

This method will need backend Socket.IO support. I'm not sure how to implement this yet.

alanjames1987 commented 10 years ago

I might add this as a plugin or middleware.

alanjames1987 commented 10 years ago

This is added with a plugin in version 0.14.0. I will write documentation for how it works later.

alanjames1987 commented 10 years ago

This method helps with real time reads from a server, but not with pushing local create, update, or delete events.