I hereby claim:
- I am blewa on github.
- I am aaronblew (https://keybase.io/aaronblew) on keybase.
- I have a public key ASD6R0y4TxkHlrOSfAA7ifQDxmUB32E4QL1G73_p9mMzHAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <body> | |
| <script> | |
| // websocket setup | |
| var websocket = new WebSocket('ws://localhost:8123'); | |
| // var websocket = new WebSocket('ws://' + window.location.hostname + ':8080'); | |
| websocket.onmessage = function(msg) { | |
| console.log('got a moo'); | |
| }; |