Currently, gmsec-js connects to localhost. There ought to be a connection options structure that can be passed in. Example: ``` Connection.connect({ server: 123.45.123, port: 8989, onDisconect: function(){ console.log("Disconnected!") } }); ```