Cysharp/MagicOnion
Unified Realtime/API framework for .NET platform and Unity. observed · 2026-08-28
Health v2 · maintenance only
96/100
- Activity 99
- Release rhythm 90
- 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: 22
- age_days: 3553
- days_rel: 64
- days_push: 7
- n_releases_24m: 16
Adoption not part of the score
4441 stars · 462 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
MagicOnion is a unified RPC and real-time communication framework for .NET and Unity, built on gRPC and MessagePack. It uses C# interfaces as protocol schemas instead of .proto files, supporting both API services and bi-directional StreamingHub real-time communication.
Use cases
- build rpc services between .net microservices
- realtime multiplayer game server communication with unity
- replace wcf with a modern rpc framework
- bidirectional streaming like signalr or socket.io in c#
- share api contracts between c# client and server without proto files
- broadcast server data to multiple game clients
When to choose
- your entire stack is C#/.NET or Unity and you want schema-free code sharing
- you need both REST-like APIs and real-time streaming in one framework
- you're building Unity multiplayer games needing efficient binary transport
When to avoid
- you need cross-language clients (JavaScript, Python, etc.) since schemas are C# interfaces
- you already have .proto-based gRPC infrastructure
- you need plain HTTP/JSON APIs for third-party consumers
Facets
framework · maturity active
rpc websocket serialization api-framework http-server backend apis microservices dotnet game-engine cross-platform windows grpc messagepack streaminghub realtime-communication unity c-sharp code-first-schema game-development real-time macos android ios
2 sources
- readme: https://github.com/Cysharp/MagicOnion · fetched 2026-08-28 · c97777747a07
- homepage: https://cysharp.github.io/MagicOnion/ · fetched 2026-08-29 · c2032c792ff2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| Cysharp/MagicOnion | main | 96 |
For agents
markdown · JSON · MCP: product_card(name="Cysharp/MagicOnion")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem