Multi-host Docker network without Swarm
Docker has several types of networks, but one of them is particularly interesting. Overlay network can span across hosts boundaries, so your web application container …
Blog about DevOps, distributed applications and microservices
Docker has several types of networks, but one of them is particularly interesting. Overlay network can span across hosts boundaries, so your web application container …
ZeroMQ is small, fast and very easy to use messaging library, which works equally well both within the same process and over the network. Despite being written …