Product Avatar Image

ZeroMQ

Show rating breakdown
22 reviews
  • 1 profiles
  • 1 categories
Average star rating
4.3
Serving customers since
2003

Profile Name

Star Rating

16
5
0
0
1

ZeroMQ Reviews

Review Filters
Profile Name
Star Rating
16
5
0
0
1
Verified User in Computer & Network Security
UC
Verified User in Computer & Network Security
01/31/2019
Validated Reviewer
Verified Current User
Review source: G2 invite
Incentivized Review

zeromq is a high performance abstraction layer on top of existing networking stack

High performance, high throughput and low latency network transport library. I've got up to 1 million connections per secon using zeromq. Simple to use, just need to learn concepts of zeromq sockets such as push/pull, req/resp. Zeromq library is simple but allows many usage patterns such as publish subscribe and fan out Zeromq is a library not requires a centralized broker

About

Contact

HQ Location:
Delhi, DL

Social

@zeromq

What is ZeroMQ?

ZeroMQ, often referred to as ZMQ or ØMQ, is a high-performance asynchronous messaging library designed to facilitate the building of scalable, distributed applications, and services. It provides an abstraction of various message-oriented messaging and socket styles (like PUB/SUB, REQ/REP) that can operate over a variety of transports, such as in-process, IPC, TCP, and multicast, making it highly versatile and adaptable to different networking needs.Key features of ZeroMQ include its ability to handle multiple transport protocols, minimal memory footprint, and its easy-to-use API that supports multiple programming languages, enhancing developer productivity. ZeroMQ effectively addresses complex communication scenarios with its brokerless design, which reduces system bottlenecks and latency. It is particularly useful for projects that require reliable communication, high throughput, and patterns like load-balancing, work queues, and publish-subscribe models.

Details

Year Founded
2003
Website
www.zmqdev.org