scttnlsn / backbone.io

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

Spawn a lot of backends? #3

Closed aliasone closed 11 years ago

aliasone commented 12 years ago

Hey, this project looks pretty awesome.

Do you have any examples spawning and killings lots of backends as they are needed?

Something like a group of 3-4 users share a model then it can either be destroyed if they are done, or stored in redis and retrieved to re-inflate model state later?

A process that would be able to do this over and over as needed. I would love to see exactly how you would do this type of thing.

More examples of working with and extracting model data for processes on the backend would be awesome.

Also, examples showing how to work with nested collections and models, does it bubble up events or can it inherit backends or something?

Thanks for the awesome project and idea!!! Really great looking so far.

scttnlsn commented 11 years ago

If you want to share a model between a subset of users take a look at using channels.