forked from marva/sumorobot-web
20 lines
256 B
HTML
20 lines
256 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
var exampleSocket = new WebSocket("ws://sumo.koodur.com:80/p2p/sumo-2773EE/browser/");
|
|
|
|
|
|
|
|
exampleSocket.onmessage = function (event) {
|
|
console.log("data");
|
|
}
|
|
|
|
</script>
|
|
</body>
|
|
</html>
|
|
|
|
|