# zeromq/netmq

A 100% native C# implementation of ZeroMQ for .NET

Repository: https://github.com/zeromq/netmq
Canonical: https://ross.abutalabs.com/products/netmq
Language: C#
License: NOASSERTION
License Family: other
Topics: zeromq, netmq, messaging, dotnet, dotnet-core
Last push: 2026-07-30T00:52:08+00:00

## Health v2 (maintenance only)
Score: 96/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 95, release rhythm 95, longevity 100
- inputs: {"age_days": 5051, "days_push": 35, "days_rel": 35, "gap_med": 21.5, "n_releases_24m": 11}
- flags: no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3180, forks 764 (observed 2026-08-28T04:07:47.788964+00:00)

## What it is
NetMQ is a 100% native C# port of the ZeroMQ lightweight messaging library for .NET. It provides asynchronous message-queue sockets supporting multiple messaging patterns, subscriptions, and multiple transport protocols.

## Use cases
- send messages between .NET services over tcp
- implement pub-sub messaging in C#
- build request-reply communication between processes
- replace heavyweight message brokers with lightweight sockets
- connect distributed .NET components with inproc or ipc transports

## When to choose
- you need ZeroMQ-style messaging in a .NET application without native dependencies
- you want lightweight messaging patterns like pub-sub, push-pull, or request-reply in C#
- you need asynchronous message queues across multiple transports

## When to avoid
- you need a full-featured message broker with persistence and clustering
- you are not working on the .NET platform
- you require guaranteed message delivery or transactions

## Facets
- artifact type: library
- maturity: active
- function: message-queue, networking, rpc, concurrency
- domain: microservices, developer-tools
- platform: dotnet, cross-platform, windows
- tags: zeromq, csharp, messaging-patterns, pub-sub, request-reply, sockets, messaging, linux, macos

## Member repositories
- zeromq/netmq (main) score 96

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:47.788964+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:25:05.806739+00:00, confidence not recorded.
  - readme: https://github.com/zeromq/netmq (fetched 2026-08-28T04:07:47.788964+00:00, sha 960ad38379ed)
- Data as of 2026-08-30T08:39:29.467469+00:00.
