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

ID handling

Open redhog opened this issue 9 years ago • 0 comments

How should IDs be handled when a model is shared between multiple clients if it's persisted on disk (on the server) vs not persisted.

I've tried to solve this in https://github.com/JoshMock/backbone-socketio/pull/2 making the code work with the id and cid distinction. This needs to work for collections too however, for which there is no backbone standard way.

redhog avatar Mar 15 '16 14:03 redhog