mirror of
https://github.com/boostorg/beast.git
synced 2026-06-11 11:41:22 +02:00
Doc work
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user