mirror of
https://github.com/kataras/iris.git
synced 2025-01-23 18:51:03 +01:00
272566950d
Former-commit-id: a98a80996d7d95fa947e72c71803407682229fa7
11 lines
324 B
HTML
11 lines
324 B
HTML
<!-- the message's input -->
|
|
<input id="input" type="text" />
|
|
|
|
<!-- when clicked then a websocket event will be sent to the server, at this example we registered the 'chat' -->
|
|
<button id="sendBtn" disabled>Send</button>
|
|
|
|
<!-- the messages will be shown here -->
|
|
<pre id="output"></pre>
|
|
|
|
<script src="./bundle.js"></script>
|