ZeroMQ out of the box
git clone https://github.com/MonteCarloClub/zmq.git && cd zmq
apt install pkg-config libzmq3-dev
go test -run TestPubAndSub github.com/MonteCarloClub/zmq
go test -run TestPullAndPush github.com/MonteCarloClub/zmq
import "github.com/MonteCarloClub/zmq"