se-edu / learningresources

:books: A collection of learning resources for Software Engineering students
https://se-edu.github.io/learningresources/
65 stars 96 forks source link

Introduction to ZeroMQ #169

Closed le0tan closed 4 years ago

le0tan commented 4 years ago

ZeroMQ (also spelled ØMQ, 0MQ or ZMQ) is a high-performance asynchronous messaging library, aimed at use in distributed or concurrent applications. It provides a message queue, but unlike message-oriented middleware, a ZeroMQ system can run without a dedicated message broker.

Proposed outline: