1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <title>Hello WebSocket</title>
- <meta charset="UTF-8">
- <script src="/node_modules/jquery/dist/jquery.min.js"></script>
- <script src="/node_modules/sockjs-client/dist/sockjs.min.js"></script>
- <script src="/node_modules/stomp-websocket/lib/stomp.min.js"></script>
- <script src="/amp.js"></script>
- </head>
- <body>
- <h1>Websocket - targetting AMP running on http://localhost:8081/amp/websocket</h1>
- <h3>
- Check the console to see messages after saving games, chains and operators.
- </h3>
- </body>
- </html>
|