1. 首先建立 Grpc Service 2. 安裝套件 Grpc.AspNetCore.Server.Reflection 3 4 5 接著請去安裝好Go GoPath都環境變數好都設定好 6 執行此兩個命令,安裝好之後 go get github.com/fullstorydev/grpcui/...go install github.com/fullstorydev/grpcui/cmd/grpcui 7 執行你的 Net 8 到cmd 命令列 輸入 grpcui -plaintext localhost:5000 => 此方式只能http grpcui localhost:5001 => 此方式可以https