MagicOnion
Unified Realtime/API framework for .NET platform and Unity.
https://github.com/Cysharp/MagicOnion
About MagicOnion
MagicOnion is a RPC framework for .NET platform that provides bi-directional real-time communications such as SignalR and Socket.io and RPC mechanisms such as WCF and web-based APIs.
This framework is based on gRPC, which is a fast and compact binary network transport for HTTP/2. However, unlike plain gRPC, it treats C# interfaces as a protocol schema, enabling seamless code sharing between C# projects without the .proto
(Protocol Buffers IDL).
License
This library is under the MIT License.