mirror of
https://github.com/kataras/iris.git
synced 2025-02-03 07:50:34 +01:00
04bc21dd3b
Former-commit-id: 89c05079415977d65e7328a1eb8a1c602d76f78a
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>
|