Deployed 779b1e6 with MkDocs version: 1.0.4

This commit is contained in:
Benjamin Sergeant 2019-11-27 09:28:23 -08:00
parent 41c8c84761
commit 4292e10c12
3 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@
<div class="col-md-9" role="main">
<h2 id="general">General</h2>
<p>cobra is a real time messaging server. The <code>ws</code> utility can run a cobra server (named snake), and has client to publish and subscribe to a cobra server.</p>
<p><a href="https://github.com/machinezone/cobra">cobra</a> is a real time messaging server. The <code>ws</code> utility can run a cobra server (named snake), and has client to publish and subscribe to a cobra server.</p>
<p>Bring up 3 terminals and run a server, a publisher and a subscriber in each one. As you publish data you should see it being received by the subscriber. You can run <code>redis-cli MONITOR</code> too to see how redis is being used.</p>
<h3 id="server">Server</h3>
<p>You will need to have a redis server running locally. To run the server:</p>

View File

@ -226,5 +226,5 @@ webSocket.send(&quot;hello world&quot;);
<!--
MkDocs version : 1.0.4
Build Date UTC : 2019-11-27 17:25:07
Build Date UTC : 2019-11-27 17:28:23
-->

Binary file not shown.