--- lang: ja-jp breaks: true --- # gRPC に関する情報収集 2021-05-12 > .NET の gRPC の概要 https://docs.microsoft.com/ja-jp/aspnet/core/grpc/ ## protocolbuffers/protobuf https://github.com/protocolbuffers/protobuf ## grpc/grpc https://github.com/grpc/grpc ## grpc/grpc-dotnet https://github.com/grpc/grpc-dotnet ## grpc-dotnet/examples/ https://github.com/grpc/grpc-dotnet/tree/master/examples ## protobuf-net/protobuf-net.Grpc NET の型を使用して、サービスとメッセージ コントラクトを定義するライブラリ。`.proto` ファイルおよびコード生成でコントラクトを定義する必要がなくなります。 https://docs.microsoft.com/ja-jp/aspnet/core/grpc/code-first https://protobuf-net.github.io/protobuf-net.Grpc/gettingstarted ## neuecc/MessagePack-CSharp https://github.com/neuecc/MessagePack-CSharp ## AspNetCore.Docs/aspnetcore/grpc/ https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/grpc ## AspNetCore.Docs/aspnetcore/tutorials/grpc/grpc-start/sample/ https://github.com/dotnet/AspNetCore.Docs/tree/main/aspnetcore/tutorials/grpc/grpc-start/sample ## dotnet-architecture/grpc-for-wcf-developers https://github.com/dotnet-architecture/grpc-for-wcf-developers ## Cysharp/MagicOnion https://github.com/Cysharp/MagicOnion ## BloomRPC https://github.com/uw-labs/bloomrpc gRPC開発用のGUIツール。 Postman や GraphQL Playground のようなもの。 ###### tags: `gRPC`