Deployed 10b4ee3 with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant 2019-11-13 14:24:37 -08:00
parent 2ced3151f7
commit 5bcf001af0
4 changed files with 13 additions and 9 deletions

View File

@ -93,6 +93,7 @@
<li class="main active"><a href="#introduction">Introduction</a></li> <li class="main active"><a href="#introduction">Introduction</a></li>
<li class="main "><a href="#example-code">Example code</a></li> <li class="main "><a href="#example-code">Example code</a></li>
<li class="main "><a href="#why-another-library">Why another library ?</a></li> <li class="main "><a href="#why-another-library">Why another library ?</a></li>
<li class="main "><a href="#contributing">Contributing</a></li>
</ul> </ul>
</div></div> </div></div>
<div class="col-md-9" role="main"> <div class="col-md-9" role="main">
@ -106,6 +107,7 @@
<li>Linux</li> <li>Linux</li>
<li>Android</li> <li>Android</li>
<li>Windows</li> <li>Windows</li>
<li>FreeBSD</li>
</ul> </ul>
<h2 id="example-code">Example code</h2> <h2 id="example-code">Example code</h2>
<pre><code># Required on Windows <pre><code># Required on Windows
@ -136,7 +138,9 @@ webSocket.send(&quot;hello world&quot;);
<h2 id="why-another-library">Why another library ?</h2> <h2 id="why-another-library">Why another library ?</h2>
<p>There are 2 main reasons that explain why IXWebSocket got written. First, we needed a C++ cross-platform client library, which should have few dependencies. What looked like the most solid one, <a href="https://github.com/zaphoyd/websocketpp">websocketpp</a> did depend on boost and this was not an option for us. Secondly, there were other available libraries with fewer dependencies (C ones), but they required calling an explicit poll routine periodically to know if a client had received data from a server, which was not elegant.</p> <p>There are 2 main reasons that explain why IXWebSocket got written. First, we needed a C++ cross-platform client library, which should have few dependencies. What looked like the most solid one, <a href="https://github.com/zaphoyd/websocketpp">websocketpp</a> did depend on boost and this was not an option for us. Secondly, there were other available libraries with fewer dependencies (C ones), but they required calling an explicit poll routine periodically to know if a client had received data from a server, which was not elegant.</p>
<p>We started by solving those 2 problems, then we added server websocket code, then an HTTP client, and finally a very simple HTTP server.</p></div> <p>We started by solving those 2 problems, then we added server websocket code, then an HTTP client, and finally a very simple HTTP server.</p>
<h2 id="contributing">Contributing</h2>
<p>IXWebSocket is developed on <a href="https://machinezone.github.io/IXWebSocket/">github</a>. We'd love to hear about how you use cobra ; opening up an issue in github is ok for that. If things don't work as expected, please create an issue in github, or even better a pull request if you know how to fix your problem.</p></div>
</div> </div>
<footer class="col-md-12"> <footer class="col-md-12">
@ -219,5 +223,5 @@ webSocket.send(&quot;hello world&quot;);
<!-- <!--
MkDocs version : 1.0.4 MkDocs version : 1.0.4
Build Date UTC : 2019-11-01 18:22:38 Build Date UTC : 2019-11-13 22:24:37
--> -->

File diff suppressed because one or more lines are too long

View File

@ -2,32 +2,32 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"> <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-01</lastmod> <lastmod>2019-11-13</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-01</lastmod> <lastmod>2019-11-13</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-01</lastmod> <lastmod>2019-11-13</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-01</lastmod> <lastmod>2019-11-13</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-01</lastmod> <lastmod>2019-11-13</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
<url> <url>
<loc>None</loc> <loc>None</loc>
<lastmod>2019-11-01</lastmod> <lastmod>2019-11-13</lastmod>
<changefreq>daily</changefreq> <changefreq>daily</changefreq>
</url> </url>
</urlset> </urlset>

Binary file not shown.