This test lets you send and receive data to and from the WebSocket server. Every message that you send to the server will be "echoed" back to you in a separate message
<div hx-ext="ws" ws-connect="ws://localhost/echo"> <form ws-send> <input type="text" name="message" style="width:500px;" value="This Is The Message" /> <input type="submit"/> </form> <div id="idMessage"></div> </div>