mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
Add support for WebSockets over HTTP/2 (#2894)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
<p>Open this page in two windows and try sending some messages!</p>
|
||||
<form action="javascript:void(0)">
|
||||
<input type="text" name="content" required>
|
||||
<button>Send</button>
|
||||
</form>
|
||||
<div id="messages"></div>
|
||||
<script src='script.js'></script>
|
||||
Reference in New Issue
Block a user