Skip to content

Commit a618caa

Browse files
author
Kevin Matthews
committed
Point websocket to cdwebsocket server.
1 parent f274324 commit a618caa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

static/websocket.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
var websocket;
2-
var websocketUrl = "ws://echo.websocket.org";
2+
var websocketUrl = "ws://localhost:9000/echo"; // cd_websocket.c demands this url.
33

44
function init() {
55
websocket = new WebSocket(websocketUrl);

0 commit comments

Comments
 (0)