Software Alternatives, Accelerators & Startups

ZeroMQ VS Protobuf

Compare ZeroMQ VS Protobuf and see what are their differences

ZeroMQ logo ZeroMQ

ZeroMQ is a high-performance asynchronous messaging library.

Protobuf logo Protobuf

Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data.
  • ZeroMQ Landing page
    Landing page //
    2021-10-01
  • Protobuf Landing page
    Landing page //
    2023-08-29

ZeroMQ videos

Pieter Hintjens - Distribution, Scale and Flexibility with ZeroMQ

More videos:

  • Review - DragonOS LTS Review srsLTE ZeroMQ, tetra, IMSI catcher, irdium toolkit, and modmobmap (rtlsdr)

Protobuf videos

StreamBerry, part 2 : introduction to Google ProtoBuf

Category Popularity

0-100% (relative to ZeroMQ and Protobuf)
Stream Processing
100 100%
0% 0
Configuration Management
0 0%
100% 100
Data Integration
100 100%
0% 0
Mobile Apps
0 0%
100% 100

User comments

Share your experience with using ZeroMQ and Protobuf. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Protobuf should be more popular than ZeroMQ. It has been mentiond 82 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

ZeroMQ mentions (35)

  • Omegle is Gone, What Will Fill It's Gap?
    In this post from 2011, the creator of Omegle, Leif Brooks, explains what technology is used, including Python and a library called gevent for the backend. On top of that, Adobe Cirrus is used for streaming video. Though this post was 12 years ago, it is valuable to know what a web application like Omegle requires. A modern library that may provide some functionality for a text chat at a minimum may be... Source: 6 months ago
  • Video Streaming at Scale with Kubernetes and RabbitMQ
    They might be thinking of something like ZeroMQ, which is pretty well liked: https://zeromq.org/ That said, I wouldn't call RabbitMQ that heavyweight myself, at least when compared to something like Apache Kafka. - Source: Hacker News / 7 months ago
  • learn by doing vs learn by course?
    If you want to learn message passing in an environment you're familiar with, you should check out ZeroMQ. It's a C++ lib for socket abstraction, it's immensely useful in distributed systems, it can also do in-process message passing, and it's got bindings/ports for C and Rust. Source: 12 months ago
  • Shipping large ML models with electron
    Inspired by the IDE language server protocol, I created an API interface between the electron and the Python ML interface. ZeroMQ turned out be an invaluable resource as a fast and lightweight messaging queue between the two. - Source: dev.to / about 1 year ago
  • how to display constantly changing data from a database in real time
    If you really need it live, like for a chat or auctions you can use https://zeromq.org/ over websockets. Source: over 1 year ago
View more

Protobuf mentions (82)

  • Developing games on and for Mac and Linux
    Protocol Buffers: https://developers.google.com/protocol-buffers. - Source: dev.to / over 1 year ago
  • Adding Codable conformance to Union with Metaprogramming
    ProtocolBuffers’ OneOf message addresses the case of having a message with many fields where at most one field will be set at the same time. - Source: dev.to / over 1 year ago
  • Logcat is awful. What would you improve?
    That's definitely the bigger thing. I think something like Protocol Buffers (Protobuf) is what you're looking for there. Output the data and consume it by something that can handle the analysis. Source: over 1 year ago
  • Bitcoin is the "narrow waist" of internet-based value
    These protocols prevent an O(N x M) explosion of code that have to solve for many cases. For example, since JSON is an almost ubiquitous format for wire transfer (although other things do exist like protobufs), if I had N data formats that I want to serialize, I only need to write N serializers/deserializers (SerDes). If there was no such narrow waist and there were M alternatives to JSON in wide usage, I would... Source: over 1 year ago
  • Understanding gRPC Concepts, Use Cases & Best Practices
    gRPC uses protocol buffers (it is an open source message format) as the default method of communication between client and server. Also, gRPC uses HTTP/ 2 as the default protocol. - Source: dev.to / over 1 year ago
View more

What are some alternatives?

When comparing ZeroMQ and Protobuf, you can also consider the following products

RabbitMQ - RabbitMQ is an open source message broker software.

gRPC - Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service Discovery

Apache Kafka - Apache Kafka is an open-source message broker project developed by the Apache Software Foundation written in Scala.

Messagepack - An efficient binary serialization format.

Apache ActiveMQ - Apache ActiveMQ is an open source messaging and integration patterns server.

YAML - YAML 1.2 --- YAML: YAML Ain't Markup Language