Skip to content

Commit

Permalink
Update WebSocket page
Browse files Browse the repository at this point in the history
Fixes #172 .
  • Loading branch information
samdutton authored Jun 30, 2022
1 parent 9b90219 commit 120ab0e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions websocket/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>

<!--
Copyright 2017 Google Inc.
Copyright 2022 Google Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -60,11 +60,11 @@ <h1><a href="../index.html" title="simpl.info home page">simpl.info</a> WebSocke

<p>This connection will remain open. Enter text, tap/click the <strong>Send</strong> button and the WebSocket server will echo the sent message.</p>

<p>More info can be found at <a href="https://www.websocket.org/" title="websocket.org">websocket.org</a>.</p>
<p>More info can be found at <a href="https://developer.mozilla.org/en-US/docs/Web/API/WebSockets_API">MDN WebSocket page</a>.</p>

<div id="input">
<label for="serverInput">Server:</label>
<input id="serverInput" type="text" value="wss://echo.websocket.org">
<input id="serverInput" type="text" value="wss://ws.postman-echo.com/raw">
</div>

<button id="connectButton">Connect</button>
Expand Down

0 comments on commit 120ab0e

Please sign in to comment.