backbone-socketio
backbone-socketio copied to clipboard
Server side model support
Hi!
This is my fest step towards making it possible to load the client library on the server, and have a backbone model there too, synchronizing the server model with the client one.
It works for models, but still needs some work for collections.
@redhog can you rebase with master? I updated the Travis CI config to drop Node 0.8 support, so I'm wondering if that'll help your tests pass. Thanks!
Hi! Thanks for looking at this. I'll do that asap and see how that goes.