项目作者: rinleit

项目描述 :
Using REQ - ROUTER -DEALER - PUB - SUB
高级语言: Python
项目地址: git://github.com/rinleit/zmq-chat-example.git
创建时间: 2018-06-16T03:49:38Z
项目社区:https://github.com/rinleit/zmq-chat-example

开源协议:

下载


zmq-chat-example

ZMQ

  • SocketType: REQ - ROUTER -DEALER - PUB - SUB
  • Environment: python 2.7

    Install lib requirement

    1. $ pip install -r requirement.txt

    Run

    BackSide

    1. $ python server.py
    1. $ python worker.py

    FrontSide

    1. $ python client.py