From 6ba346097a8afea9a49a311bb770e3759d5d3ab6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E5=87=A4=E5=90=89?= Date: Wed, 12 Feb 2025 17:32:43 +0800 Subject: [PATCH] =?UTF-8?q?=E5=89=8D=E7=AB=AFws=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/ws_demo.html | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) create mode 100644 demo/ws_demo.html diff --git a/demo/ws_demo.html b/demo/ws_demo.html new file mode 100644 index 0000000..3bf84e0 --- /dev/null +++ b/demo/ws_demo.html @@ -0,0 +1,79 @@ + + + + + + WebSocket with STOMP + + + + +

WebSocket STOMP Client

+ + +
+ + + + + \ No newline at end of file