Ross ROSS = Recommend OSS · open-source software intelligence for agents

Cysharp/MessagePipe

High performance in-memory/distributed messaging pipeline for .NET and Unity. observed · 2026-08-28

github.com/Cysharp/MessagePipe · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

83/100

  • Activity 97
  • Release rhythm 55
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 1966
  • days_rel: 86
  • days_push: 23
  • n_releases_24m: 1

Full methodology

Adoption not part of the score

1973 stars · 133 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

MessagePipe is a high-performance in-memory and distributed messaging pipeline library for .NET and Unity. It supports pub/sub, mediator pattern for CQRS, EventAggregator-style ViewModel decoupling, and IPC-RPC with a dependency-injection-first design.

Use cases

  • publish and subscribe to typed events in .NET applications
  • decouple ViewModels with an EventAggregator pattern
  • implement mediator pattern for CQRS
  • communicate between processes with IPC-RPC
  • build distributed messaging pipelines
  • replace slow C# events or Prism EventAggregator with a faster alternative
  • manage event subscriptions in Unity games

When to choose

  • you need high-performance pub/sub messaging in .NET or Unity
  • you want DI-first messaging integrated with Microsoft.Extensions.DependencyInjection or VContainer
  • you need sync/async, keyed, buffered, or scoped messaging variants
  • you need interprocess or distributed messaging with the same API

When to avoid

  • you need a full message broker with persistence like RabbitMQ or Kafka
  • your project does not use a dependency injection container
  • you need messaging outside the .NET/Unity ecosystem

Facets

library · maturity active

message-queue middleware rpc microservices backend developer-tools dotnet cross-platform game-engine pub-sub event-aggregator mediator-pattern cqrs in-memory-messaging unity dependency-injection interprocess-communication messaging game-development

1 source

Member repositories

RepositoryRoleHealth v2
Cysharp/MessagePipemain83

For agents

markdown · JSON · MCP: product_card(name="Cysharp/MessagePipe")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem