You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I currently trying to to add some real time features to my Backbone Marionette app but struggling to get started.
Adding the required files and Backbone.socket = io.connect('http://localhost:1337'); allows me to connect but then all my existing models and collections fail to fetch. I assume this is something to do with the Backbone sync method being overridden. If this is the case is it possible to turn of this on certain models and collection as I don't need real time on everything.
Are there any working example knocking about as can't get my head round it based on the documentation provided.
I currently trying to to add some real time features to my Backbone Marionette app but struggling to get started.
Adding the required files and
Backbone.socket = io.connect('http://localhost:1337');allows me to connect but then all my existing models and collections fail to fetch. I assume this is something to do with the Backbone sync method being overridden. If this is the case is it possible to turn of this on certain models and collection as I don't need real time on everything.Are there any working example knocking about as can't get my head round it based on the documentation provided.