Skip to content

Commit

Permalink
Merge pull request #30 from black-snow/patch-1
Browse files Browse the repository at this point in the history
Fix typo in README.rst
  • Loading branch information
tailhook committed Jul 17, 2014
2 parents 942100b + d70636d commit 7889e82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -6,7 +6,7 @@ request and sends it using zeromq socket (ZMQ_REQ). Then waits for the reply
and responds with data received from zeromq socket.

Starting with v0.3 zerogw also supports WebSockets. Websockets are implemented
by forwarding incoming messages using ZMQ_PUB socket, and listening clommands
by forwarding incoming messages using ZMQ_PUB socket, and listening commands
from ZMQ_SUB socket. Each WebSocket client can be subscribed to unlimited
number of topics. Each zeromq message it either control message (e.g.
subscription) or message to a specified topic which will be efficiently sent
Expand Down

0 comments on commit 7889e82

Please sign in to comment.