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

Transition project to a Backbone adapter for data.io

scttnlsn opened this issue · comments

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.

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

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.

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.

Yes, I will still be maintaining backbone.io.

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