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
- Host: GitHub
- URL: https://github.com/emperorrxf/restvsgrpc
- Owner: EmperorRXF
- Created: 2019-04-02T18:02:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T04:36:48.000Z (over 3 years ago)
- Last Synced: 2024-11-01T08:35:01.608Z (over 1 year ago)
- Topics: asp-net-core, csharp, dotnet, dotnet-core, grpc, protobuf, rest, webapi
- Language: C#
- Homepage: https://medium.com/@EmperorRXF/evaluating-performance-of-rest-vs-grpc-1b8bdf0b22da?source=https://github.com/EmperorRXF/RESTvsGRPC
- Size: 51.8 KB
- Stars: 41
- Watchers: 1
- Forks: 36
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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