Commit f713ab9b authored by Taddeüs Kroes's avatar Taddeüs Kroes

Typo

parent 7b9d3dcf
......@@ -68,7 +68,7 @@ web sockets in JavaScript:
Corresponding client code (JavaScript, run in browser):
ws = new WebSocket('ws://localhost:8000');
var ws = new WebSocket('ws://localhost:8000');
ws.onopen = function() {
console.log('open');
this.send('Hello, World!');
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment