Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 894 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 894 Bytes

Learn ZeroMQ by Example in Python

This project attempts to be a way to learn ZeroMQ with some examples to explore its functionality. It is initally based in the andrewvc's learn-ruby-zeromq project. I've copied its structure and its examples and I will attempt to have the same behaviour and output but with pyhton language instead of ruby.

Hope to expand the examples and be useful for other ZeroMQ learners.

About ZeroMQ

According to its creators, [ZeroMQ] (http://www.zeromq.org) is a socket library that acts as a concurrency framework. Ilia Grigorik does a great job in his blog introducing its basic features. I am not able to do it better, so please check it here if you still interested.