This commit is contained in:
Vinnie Falco
2019-02-25 07:45:30 -08:00
parent 28eecefaaa
commit 5dd01155e6
11 changed files with 218 additions and 189 deletions
@@ -2,12 +2,14 @@
<html>
<head>
<meta charset="utf-8" />
<title>WebSocket Chat - CppCon2018</title>
<title>Boost.Beast WebSocket Chat Client</title>
</head>
<body>
<h1>WebSocket Chat</h1>
<p>Source code: <a href="https://github.com/vinniefalco/CppCon2018">https://github.com/vinniefalco/CppCon2018</a></p>
<h1>Boost.Beast WebSocket Chat Client</h1>
<p>
<a href="http://www.boost.org/libs/beast">Boost.Beast</a>
<a href="http://www.boost.org/libs/beast/example/websocket/server/chat-multi">Source Code</a>
</p>
Server URI: <input class="draw-border" id="uri" size="47" value="ws://localhost:8080" style="margin-bottom: 5px;">
<button class="echo-button" id="connect">Connect</button>
<button class="echo-button" id="disconnect">Disconnect</button><br>