backbone-socketio
backbone-socketio copied to clipboard
ID handling
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.