0MQ with Python using Docker

I am planning to dive into the details on ZMQ patterns, sockets and all other fancy stuff zeromq offers so I need to find the best way to write disposable code which allows me to get the learn-test-understand loop as quick as possible. I find the best language for doing …

more ...


0MQ with Scala in OS X (El Capitan)

I recently read about ZeroMQ and got hooked on it. So I decided to try it out by using Scala. This is just a simple "Hello ZMQ from Scala" tutorial to be run on OS X (El Capitan). It requires the libzmq to be installed and to have either the …

more ...