Skip to content

Instantly share code, notes, and snippets.

@oberstet
Created November 10, 2014 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save oberstet/8af925c21b54b90ef310 to your computer and use it in GitHub Desktop.
Save oberstet/8af925c21b54b90ef310 to your computer and use it in GitHub Desktop.
WebRealms.networking.connection = new autobahn.Connection({
url: 'ws://' + WebRealms.networking.hostname + ':9000/ws/',
realm: 'WebRealms',
authmethods: ["wampcra"],
authid: 'Tester'
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment