# A Brief Introduction to ZeroMQ | Technical Software Blog
source: https://ift.tt/27sBhrk tags: #literature #distributed-systems uid: 202212251427 β
ZeroMQ is an asynchronous network messaging library known for its high performance. Itβs intended use is for distributed systems as well as concurrent systems. In summary, ZMQ allows you to send messages (binary data, serialized data, simple strings, etc.) over the network through various methods like TCP or multicast as well as between processes.