scttnlsn / backbone.io

Backbone.js sync via Socket.IO
http://scttnlsn.github.io/backbone.io
540 stars 66 forks source link

Socket.io namespace for nested collection #2

Closed rebus closed 12 years ago

rebus commented 12 years ago

Hi there,

Great work.

Have you thought of how to use it for listening to changes of a nested collection like this:

/mailboxes/12345/messages

Thanks,

Rebus

scttnlsn commented 12 years ago

@rebus I believe that Backbone.IO can finally support this sort of pattern by using channels. I'm hoping to write some more examples and using channels to implement nested collections might be a good one.