scttnlsn / backbone.io

Backbone.js sync via Socket.IO

Home Page:http://scttnlsn.github.io/backbone.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spawn a lot of backends?

aliasone opened this issue · comments

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.

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