This playground contains the source to play with Grpc Transcoding, Grpc Reflection, Grpc debugging using Postman and Grpc proxying.
-
Client server Grpc Call (Dotnet client, Kestrel, Unary, Stream, ...)
-
Enabling Grpc Transcoding in Dotnet 7 (with VS, VS Code, command-line CLI)
- Transcode Json to Grpc
- Swagger | SwaggerGen
- [Dockerizing Grpc (Upcomming)] (Get Started, Unix Domain Sockets, ...)
-
Enabling Grpc Reflection in Dotnet (out of the box)
- Calling with Postman (Unary call, Stream call, ...)
-
Configuring Envoy To Proxy a Grpc Service
- Transcode Json to Grpc
- Proxy Grpc to Grpc
- Make sure you have Dotnet7, Docker-Compose, Protoc installed
- Grant exec permission to run.sh
- Start using
./run.sh