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: Data Bindable Results #15

Closed alanjames1987 closed 9 years ago

alanjames1987 commented 9 years ago

Create a plugin that makes all models have a persistent set of results, probably _results. The read query method would change this _results property which can be used with data binding.

alanjames1987 commented 9 years ago

I came up with a better solution in #16.