Skip to content

Instantly share code, notes, and snippets.

@devdays
Created November 30, 2014 19:19
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 devdays/e1620d96af7dd55b4a55 to your computer and use it in GitHub Desktop.
Save devdays/e1620d96af7dd55b4a55 to your computer and use it in GitHub Desktop.
Dynamically configures the code to point to my WebSocket server
var wsUri = 'ws://' + window.location.hostname +
window.location.pathname.replace('index.htm', 'ws.ashx');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment