Deployed 779b1e6
with MkDocs version: 1.0.4
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user