backbone-dnode icon indicating copy to clipboard operation
backbone-dnode copied to clipboard

Backbone DNode integration with Pub/Sub support

Results 4 backbone-dnode issues
Sort by recently updated
recently updated
newest added

Any plans on making this compatible with dnode 1.0?

I've tried this with both the Todo example that is provided, and with a custom example of my own. Both work with the included backbone.js `v0.5.3` but both experience this...

when a model is deleted from the collection it affects 'each' so the second `Fruit` is never destroyed. Could be argued that this is a bug in backbone, but a...

Hi, The three sample apps in ./examples don't seem to be working for me under nvm/node(v0.4.12) with dependencies installed as local or global, client throws the following error: Uncaught Error:...