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

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Hello world</title>
  5. </head>
  6. <script src = "/socket.io-client/socket.io.js"></script>
  7. <script>
  8. var socket = io('129.21.91.149:3000');
  9. socket.emit('register', 'big boi');
  10. </script>
  11. <body>Hello world</body>
  12. </html>