awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to pebbe/zmq4

Open-source alternatives to Zmq4

30 open-source projects similar to pebbe/zmq4, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Zmq4 alternative.

  • rafaeljesus/rabbusrafaeljesus का अवतार

    rafaeljesus/rabbus

    98GitHub पर देखें↗

    A tiny wrapper over amqp exchanges and queues 🚌 ✨

    Goamqpevent-driveneventbus
    GitHub पर देखें↗98
  • richardknop/machineryRichardKnop का अवतार

    RichardKnop/machinery

    7,956GitHub पर देखें↗

    Machinery is a distributed task queue and asynchronous workflow engine. It provides a system for processing heavy workloads outside the main request flow using a network of distributed background workers and a message-based job orchestrator. The project manages complex task lifecycles through sequential chaining, where results are passed between tasks, and parallel coordination, which can trigger callback tasks upon the completion of a group. It supports periodic workflow scheduling for recurring jobs and delayed execution via specific timestamps. The system includes capabilities for result

    Goamqpaws-sqsgo
    GitHub पर देखें↗7,956
  • olahol/melodyolahol का अवतार

    olahol/melody

    4,066GitHub पर देखें↗

    Melody is a WebSocket server framework designed to upgrade HTTP connections into bidirectional streams. It functions as a session manager and binary streaming library that facilitates real-time data exchange between a server and multiple remote clients. The project features a broadcast engine that optimizes multi-client transmissions through wire-representation caching. It includes a dedicated session management system for attaching custom state to persistent network connections and an upgrade handler that validates handshake headers. The framework covers broad capability areas including eve

    Goexampleframeworkgo
    GitHub पर देखें↗4,066
  • rafaeljesus/nsq-event-busrafaeljesus का अवतार

    rafaeljesus/nsq-event-bus

    80GitHub पर देखें↗

    A tiny wrapper around NSQ topic and channel :rocket:

    Goevent-drivengomessage-bus
    GitHub पर देखें↗80

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Find more with AI search
  • mustafaturan/busmustafaturan का अवतार

    mustafaturan/bus

    368GitHub पर देखें↗

    🔊Minimalist message bus implementation for internal communication with zero-allocation magic on Emit

    Goeventbusgogo-library
    GitHub पर देखें↗368
  • agoalofalife/eventagoalofalife का अवतार

    agoalofalife/event

    62GitHub पर देखें↗

    The implementation of the pattern observer

    Goeventevent-goevents
    GitHub पर देखें↗62
  • appleboy/gorushappleboy का अवतार

    appleboy/gorush

    8,738GitHub पर देखें↗

    Gorush is a dedicated notification dispatch server used to send real-time alerts to iOS and Android mobile devices. It functions as a centralized infrastructure for hosting a notification API and managing the delivery of push messages through high-throughput queuing. The system supports both gRPC streams and HTTP endpoints to receive notification triggers and includes a command-line interface for triggering alerts without a running server process. It manages network traffic through proxy routing via HTTP or SOCKS5 and secures server communication using automated TLS certificate management. O

    Goandroidapnsgcm
    GitHub पर देखें↗8,738
  • nsqio/go-nsqnsqio का अवतार

    nsqio/go-nsq

    2,654GitHub पर देखें↗

    The official Go package for NSQ

    Goclient-librarygonsq
    GitHub पर देखें↗2,654
  • alexsniffin/gosdalexsniffin का अवतार

    alexsniffin/gosd

    26GitHub पर देखें↗

    A library for scheduling when to dispatch a message to a channel

    Gogomessagingscheduling
    GitHub पर देखें↗26
  • osamingo/gaurun-clientosamingo का अवतार

    osamingo/gaurun-client

    11GitHub पर देखें↗

    Gaurun Client written in Go

    Goapnsfcmgaurun
    GitHub पर देखें↗11
  • dailymotion/oplogdailymotion का अवतार

    dailymotion/oplog

    111GitHub पर देखें↗

    A generic oplog/replication system for microservices

    Go
    GitHub पर देखें↗111
  • centrifugal/centrifugocentrifugal का अवतार

    centrifugal/centrifugo

    10,404GitHub पर देखें↗

    Centrifugo is a self-hosted real-time messaging server that provides infrastructure for scalable notifications, a publish-subscribe message broker, and a language-agnostic WebSocket gateway. It allows for the delivery of instant messages and data streams to concurrent users via WebSockets and Server-Sent Events. The system functions as a communication layer that separates network transport from backend business logic. It supports distributed messaging clusters using Redis for coordination of presence and message delivery across multiple server nodes. The project covers channel subscription m

    Goablyalternativeeventsource
    GitHub पर देखें↗10,404
  • dunglas/mercuredunglas का अवतार

    dunglas/mercure

    5,266GitHub पर देखें↗

    Mercure is an HTTP-based message broker and real-time pub/sub server that routes asynchronous data updates to authorized subscribers. It functions as a centralized hub that receives data via standard HTTP requests and broadcasts it to web clients using the Server-Sent Events protocol. The project distinguishes itself by replacing WebSockets with a unidirectional HTTP connection, leveraging HTTP/2 and HTTP/3 for multiplexed, low-latency delivery. It implements a secure access control layer using JSON Web Tokens and JSON Web Signatures to validate the identity of publishers and subscribers, and

    Goapiasync-apicaddy
    GitHub पर देखें↗5,266
  • appleboy/drone-lineappleboy का अवतार

    appleboy/drone-line

    81GitHub पर देखें↗

    Sending line notifications using a binary, docker or Drone CI.

    Gobotdockerlinebot
    GitHub पर देखें↗81
  • cheshir/go-mqcheshir का अवतार

    cheshir/go-mq

    91GitHub पर देखें↗

    Declare AMQP entities like queues, producers, and consumers in a declarative way. Can be used to work with RabbitMQ.

    Goamqpgogolang
    GitHub पर देखें↗91
  • godbus/dbusgodbus का अवतार

    godbus/dbus

    1,182GitHub पर देखें↗

    Native Go bindings for D-Bus

    Go
    GitHub पर देखें↗1,182
  • clivern/beaverClivern का अवतार

    Clivern/Beaver

    1,580GitHub पर देखें↗

    💨 A real time messaging system to build a scalable in-app notifications, multiplayer games, chat apps in web and mobile apps.

    Gobeaverhacktoberfestmessaging
    GitHub पर देखें↗1,580
  • maxatome/go-vitotrolmaxatome का अवतार

    maxatome/go-vitotrol

    23GitHub पर देखें↗

    golang client library to Viessmann Vitotrol web service

    Gogolanggolang-packageviessmann
    GitHub पर देखें↗23
  • confluentinc/confluent-kafka-goconfluentinc का अवतार

    confluentinc/confluent-kafka-go

    5,144GitHub पर देखें↗

    This is a Go language client library for Apache Kafka, providing the tools necessary to produce and consume messages from Kafka brokers. It serves as a Kafka client implementation for building applications that integrate with Kafka for real-time data streaming and messaging. The library includes support for validated cryptographic modules to ensure network connections meet federal security and encryption standards for FIPS compliance. The client provides capabilities for asynchronous message production with delivery reports and message consumption using balanced consumer groups and regex sub

    HTMLconfluentconsumergolang
    GitHub पर देखें↗5,144
  • hibiken/asynqhibiken का अवतार

    hibiken/asynq

    12,914GitHub पर देखें↗

    Asynq is a distributed background job processing framework for Go applications. It manages asynchronous task queues by offloading heavy operations to persistent storage, allowing the main application to remain responsive while background workers handle workloads. The system utilizes Redis to manage task state, concurrency, and message distribution across multiple worker instances. It employs atomic Lua scripting and sorted sets to ensure reliable job acquisition, precise scheduling of delayed tasks, and fault-tolerant processing through a two-stage acknowledgement flow. The framework support

    Goasynchronous-tasksbackground-jobsgo
    GitHub पर देखें↗12,914
  • asaskevich/eventbusasaskevich का अवतार

    asaskevich/EventBus

    1,976GitHub पर देखें↗

    Go Lightweight eventbus with async compatibility for Go

    Goevent-drivengolang
    GitHub पर देखें↗1,976
  • olebedev/emitterolebedev का अवतार

    olebedev/emitter

    532GitHub पर देखें↗

    Emits events in Go way, with wildcard, predicates, cancellation possibilities and many other good wins

    Goemittergolang
    GitHub पर देखें↗532
  • jandelgado/rabtapjandelgado का अवतार

    jandelgado/rabtap

    282GitHub पर देखें↗

    RabbitMQ wire tap and swiss army knife

    Goamqpgolangpublish
    GitHub पर देखें↗282
  • jcuga/golongpolljcuga का अवतार

    jcuga/golongpoll

    668GitHub पर देखें↗

    golang long polling library. Makes web pub-sub easy via HTTP long-poll servers and clients :smiley: :coffee: :computer:

    Gogogolanggolang-library
    GitHub पर देखें↗668
  • desertbit/gluedesertbit का अवतार

    desertbit/glue

    421GitHub पर देखें↗

    Glue - Robust Go and Javascript Socket Library (Alternative to Socket.io)

    Go
    GitHub पर देखें↗421
  • jeroenrinzema/commanderjeroenrinzema का अवतार

    jeroenrinzema/commander

    67GitHub पर देखें↗

    Build event-driven and event streaming applications with ease

    Gocommandercqrsevent-driven
    GitHub पर देखें↗67
  • jirenius/go-resjirenius का अवतार

    jirenius/go-res

    68GitHub पर देखें↗

    RES Service protocol library for Go

    Gogogolanggolang-package
    GitHub पर देखें↗68
  • kak-tus/amikak-tus का अवतार

    kak-tus/ami

    34GitHub पर देखें↗

    Go client to reliable queues based on Redis Cluster Streams

    Gogoredisstreams
    GitHub पर देखें↗34
  • leandro-lugaresi/hubleandro-lugaresi का अवतार

    leandro-lugaresi/hub

    149GitHub पर देखें↗

    :incoming_envelope: A fast Message/Event Hub using publish/subscribe pattern with support for topics like* rabbitMQ exchanges for Go applications

    Goeventbusgogolang
    GitHub पर देखें↗149
  • robinjoseph08/redisqueuerobinjoseph08 का अवतार

    robinjoseph08/redisqueue

    138GitHub पर देखें↗

    redisqueue provides a producer and consumer of a queue that uses Redis streams

    Goconsumergogolang
    GitHub पर देखें↗138