How to use backbone.js with websockets/socket-io/nowjs

Viewed 21087

I am just getting into backbone.js and am finding progress a little slow. My main problem is working out how to keep my client and server side models in sync using socket-io (technically I am using now.js but the same principal should apply).

I think the best way is to override the sync method but some simple advice would be really welcome.

4 Answers
Related