noveogroup / backbone.iobind

Bind socket.io events to backbone models & collections. Also includes a drop-in replacement for Backbone.sync using socket.io.
https://noveogroup.github.io/backbone.iobind/
582 stars 65 forks source link

same host only? #46

Closed corpulent closed 10 years ago

corpulent commented 10 years ago

Does this work only when the client and server is on the same host? I have an express server running on a remote machine, and my backbone app is on my local machine. And I just cant get this working. Any suggestions?

uberscientist commented 10 years ago

maybe chromium-browser --disable-web-security ? "I just can't get this working" doesn't give much information as to what seems to be the problem :( ... any other hints or did you figure it out?

corpulent commented 10 years ago

@uberscientist , hey sorry for the delay. I got it working. I can interact with the server sitting on another domain.