shooter-html5
shooter-html5 copied to clipboard
Add a configuration setting for connecting to a different host
shooter.io/ws
is hardcoded in main.js
:
var WEBSOCKET_SERVICE = 'ws://shooter.io/w/';
Now that the server is open source, we need a setting to control which host are we connecting to.