Skip to content

rinleit/zmq-chat-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zmq-chat-example

ZMQ

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

Install lib requirement

$ pip install -r requirement.txt 

Run

BackSide

$ python server.py
$ python worker.py

FrontSide

$ python client.py

About

Using REQ - ROUTER -DEALER - PUB - SUB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages