| 12 |
- <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Donut Bingo</title> </head> <body> <h1>Hello</h1> <script>(()=>{var s=new WebSocket("ws://localhost:8000/ws"),o={message:"create",p:"12345"};s.onopen=()=>{s.send(JSON.stringify(o))};s.onmessage=e=>{console.log(e.data)};})();
- </script> </body> </html>
|