scttnlsn / backbone.io

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

Transition project to a Backbone adapter for data.io #35

Closed scttnlsn closed 9 years ago

scttnlsn commented 11 years ago

This project will just become a client-side adapter to https://github.com/scttnlsn/data.io

While this new 0.4.x version will not be backward compatible with prior releases I think it will provide a much needed refresh to the project and addresses many of the unresolved issues currently open.

josx commented 11 years ago

Can i replace my backbone.io master (server, client) version to use data.io?

scttnlsn commented 11 years ago

Yes, it's definitely possible although it will require more than just swapping the modules. data.io is slightly lower level and will require another layer on top of the existing client-side interface to override Backbone.sync.

josx commented 11 years ago

Are you going to mantain backbone.io? Are you thinking to make a tutorial on doing this? I am using backbone.io in our app, i dont want to migrate right now to data.io but i need to keep clear on what to do on future releases.

scttnlsn commented 11 years ago

Yes, I will still be maintaining backbone.io.

scttnlsn commented 9 years ago

I'm deprecating backbone.io and continuing development on a similar project: data.io Please see the README for more information.