RESTvsGRPC icon indicating copy to clipboard operation
RESTvsGRPC copied to clipboard

Evaluating Performance of REST vs. gRPC

Read More - https://medium.com/@EmperorRXF/evaluating-performance-of-rest-vs-grpc

RESTvsGRPC

Evaluating Performance of REST vs. gRPC

dotnet run -p RestAPI -c Release

Starts the ASP.NET MVC Core REST API

dotnet run -p GrpcAPI -c Release

Starts the GRPC Service

dotnet run -p RESTvsGRPC -c Release

Runs the benchmark on the above services