Software Alternatives, Accelerators & Startups

ZeroMQ VS gRPC

Compare ZeroMQ VS gRPC and see what are their differences

ZeroMQ logo ZeroMQ

ZeroMQ is a high-performance asynchronous messaging library.

gRPC logo gRPC

Application and Data, Languages & Frameworks, Remote Procedure Call (RPC), and Service Discovery
  • ZeroMQ Landing page
    Landing page //
    2021-10-01
  • gRPC Landing page
    Landing page //
    2024-05-27

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)

gRPC videos

gRPC, Protobufs and Go... OH MY! An introduction to building client/server systems with gRPC

More videos:

  • Review - gRPC with Mark Rendle
  • Review - GraphQL, gRPC or REST? Resolving the API Developer's Dilemma - Rob Crowley - NDC Oslo 2020
  • Review - Taking Full Advantage of gRPC
  • Review - gRPC Web: It’s All About Communication by Alex Borysov & Yevgen Golubenko
  • Review - tRPC, gRPC, GraphQL or REST: when to use what?

Category Popularity

0-100% (relative to ZeroMQ and gRPC)
Data Integration
100 100%
0% 0
Web Servers
0 0%
100% 100
Stream Processing
100 100%
0% 0
Developer Tools
0 0%
100% 100

User comments

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

Reviews

These are some of the external sources and on-site user reviews we've used to compare ZeroMQ and gRPC

ZeroMQ Reviews

We have no reviews of ZeroMQ yet.
Be the first one to post

gRPC Reviews

SignalR Alternatives
SignalR is basically used to allow connection between client and server or vice-versa. It is a type of bi-directional communication between both the client and server. SignalR is compatible with web sockets and many other connections, which help in the direct push of content over the server. There are many alternatives for signalR that are used, like Firebase, pusher,...
Source: www.educba.com

Social recommendations and mentions

Based on our record, gRPC should be more popular than ZeroMQ. It has been mentiond 91 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 (37)

  • DIY Smart Doorbell for just $2, no soldering required
    Interesting. They seem to warn against using the server for much as it's resource hungry and potentially unreliable, but that appears to be focused on the task of serving data; a simple webhook type use should be safer. It'd be pretty amazing if ESPHome supported something like ZeroMQ[0], so you could talk between nodes in anything up-to full-mesh at a socket-level and not need to worry about the availability of a... - Source: Hacker News / 4 days ago
  • Crossing the Impossible FFI Boundary, and My Gradual Descent into Madness
    Https://zeromq.org/ -> TIL really cool, thanks for the pointer. - Source: Hacker News / 10 days ago
  • 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: 8 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 / 9 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: about 1 year ago
View more

gRPC mentions (91)

  • Text-based language processing enhanced with AI/ML
    Aside from the obvious differences in client library nomenclature and use of different credentials, API usage is fairly similar. Not visually obvious is that the older platform client library calls the REST versions of the GCP APIs whereas the newer product client libraries call the gRPC versions which generally perform better... Yet another reason why the product client libraries are always recommended. - Source: dev.to / 3 days ago
  • Fastly and the Linux kernel
    The open source projects Fastly uses and the foundations we partner with are vital to Fastly’s mission and success. Here's an unscientific list of projects and organizations supported by the Linux Foundation that we use and love include: The Linux Kernel, Kubernetes, containerd, eBPF, Falco, OpenAPI Initiative, ESLint, Express, Fastify, Lodash, Mocha, Node.js, Prometheus, Jenkins, OpenTelemetry, Envoy, etcd, Helm,... - Source: dev.to / 9 days ago
  • Best Practices for Building Microservices with NestJS
    Choose a consistent communication protocol for inter-service communication. Common protocols include HTTP, gRPC, and message brokers like RabbitMQ or Kafka. NestJS supports various communication strategies, allowing you to choose the one that best fits your needs. - Source: dev.to / 22 days ago
  • Why Did Google Choose To Implement gRPC Using HTTP/2?
    gRPC is an open-source high-performance RPC framework developed by Google. The design goal of gRPC is to run in any environment, supporting pluggable load balancing, tracing, health checking, and authentication. It not only supports service calls within and across data centers but is also suitable for the last mile of distributed computing, connecting devices, mobile applications, and browsers to backend services.... - Source: dev.to / about 1 month ago
  • Difference between GraphQL, REST, and gRPC
    And, gRPC is a high-performance, open-source protocol used for creating APIs. It uses Google's Protocol Buffers as a data format and provides support for streaming and bi-directional communication. - Source: dev.to / about 1 month ago
View more

What are some alternatives?

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

RabbitMQ - RabbitMQ is an open source message broker software.

Apache Thrift - An interface definition language and communication protocol for creating cross-language services.

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

Eureka - Eureka is a contact center and enterprise performance through speech analytics that immediately reveals insights from automated analysis of communications including calls, chat, email, texts, social media, surveys and more.

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

GraphQL - GraphQL is a data query language and runtime to request and deliver data to mobile and web apps.