Update comparison.md (#12255)
parent
2ead973e80
commit
d62deb6f91
|
@ -11,7 +11,7 @@ uid: grpc/comparison
|
|||
|
||||
By [James Newton-King](https://twitter.com/jamesnk)
|
||||
|
||||
This article explains how [gRPC services](https://grpc.io/docs/guides/) compare to HTTP APIs (including ASP.NET Core [Web APIs](xref: web-api/index)). The technology used to provide an API for your app is an important choice, and gRPC offers unique benefits compared to HTTP APIs. This article discusses the strengths and weaknesses of gRPC and recommends scenarios for using gRPC over other technologies.
|
||||
This article explains how [gRPC services](https://grpc.io/docs/guides/) compare to HTTP APIs (including ASP.NET Core [Web APIs](xref:web-api/index)). The technology used to provide an API for your app is an important choice, and gRPC offers unique benefits compared to HTTP APIs. This article discusses the strengths and weaknesses of gRPC and recommends scenarios for using gRPC over other technologies.
|
||||
|
||||
#### Overview
|
||||
|
||||
|
|
Loading…
Reference in New Issue