Deployed 49d1e84 with MkDocs version: 1.1

This commit is contained in:
Benjamin Sergeant
2020-03-17 09:09:52 -08:00
parent 6c443ee5c5
commit 42f761cceb
4 changed files with 32 additions and 27 deletions

View File

@ -114,7 +114,7 @@
</div></div>
<div class="col-md-9" role="main">
<p><img alt="Alt text" src="https://travis-ci.org/machinezone/IXWebSocket.svg?branch=master" /></p>
<p><img alt="Build status" src="https://github.com/machinezone/IXWebSocket/workflows/unittest/badge.svg" /></p>
<h2 id="introduction">Introduction</h2>
<p><a href="https://en.wikipedia.org/wiki/WebSocket"><em>WebSocket</em></a> is a computer communications protocol, providing full-duplex and bi-directionnal communication channels over a single TCP connection. <em>IXWebSocket</em> is a C++ library for client and server Websocket communication, and for client and server HTTP communication. <em>TLS</em> aka <em>SSL</em> is supported. The code is derived from <a href="https://github.com/dhbaird/easywsclient">easywsclient</a> and from the <a href="https://github.com/satori-com/satori-rtm-sdk-c">Satori C SDK</a>. It has been tested on the following platforms.</p>
<ul>
@ -240,5 +240,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.1
Build Date UTC : 2020-03-17 15:47:59
Build Date UTC : 2020-03-17 17:09:52
-->