noveogroup / backbone.iobind

Bind socket.io events to backbone models & collections. Also includes a drop-in replacement for Backbone.sync using socket.io.

Home Page:https://noveogroup.github.io/backbone.iobind/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

same host only?

corpulent opened this issue · comments

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?

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?

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