Deployed 10b4ee3
with MkDocs version: 1.0.4
This commit is contained in:
parent
6f729c5038
commit
f9ca44b474
@ -140,7 +140,7 @@ webSocket.send("hello world");
|
||||
<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>
|
||||
<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 it ; 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>
|
||||
<p>IXWebSocket is developed on <a href="https://github.com/machinezone/IXWebSocket">github</a>. We'd love to hear about how you use it ; 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>
|
||||
|
||||
<footer class="col-md-12">
|
||||
@ -223,5 +223,5 @@ webSocket.send("hello world");
|
||||
|
||||
<!--
|
||||
MkDocs version : 1.0.4
|
||||
Build Date UTC : 2019-11-13 22:25:30
|
||||
Build Date UTC : 2019-11-13 22:27:15
|
||||
-->
|
||||
|
BIN
sitemap.xml.gz
BIN
sitemap.xml.gz
Binary file not shown.
Loading…
Reference in New Issue
Block a user