UNPKG

websocket-relay

Version:

Easily set up communication channels between browser clients

12 lines (11 loc) 179 B
<html> <head> <title>mytitle</title> <script>let test = 'hello';</script> <script src="websocket_relay.js"></script> </head> <body> <script> </script> </body> </html>