It looks like this. But it does not use web ports or streaming, as indicated in the code right now:
self.socket = new SockJS(self.url, undefined, { debug: false, protocols_whitelist: [ **// only allow polling protocols. no websockets or streaming. // streaming makes safari spin, and websockets hurt chrome.** 'xdr-polling', 'xhr-polling', 'iframe-xhr-polling', 'jsonp-polling' ]});
source share