An open API service indexing awesome lists of open source software.

https://github.com/emperorrxf/restvsgrpc

Evaluating Performance of REST vs. gRPC
https://github.com/emperorrxf/restvsgrpc

asp-net-core csharp dotnet dotnet-core grpc protobuf rest webapi

Last synced: 6 months ago
JSON representation

Evaluating Performance of REST vs. gRPC

Awesome Lists containing this project

README

          

### Read More - [https://medium.com/@EmperorRXF/evaluating-performance-of-rest-vs-grpc](https://medium.com/@EmperorRXF/evaluating-performance-of-rest-vs-grpc-1b8bdf0b22da?source=https://github.com/EmperorRXF/RESTvsGRPC)

# 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