not really known
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
262 B

<!DOCTYPE html>
<html>
<head>
<title>Hello world</title>
</head>
<script src = "/socket.io-client/socket.io.js"></script>
<script>
var socket = io('129.21.91.149:3000');
socket.emit('register', 'big boi');
</script>
<body>Hello world</body>
</html>