Sign in to confirm youā€™re not a bot
This helps protect our community. Learn more
From RESTful HTTP API to gRPC | .NET Conf 2022
164Likes
11,583Views
2022Nov 12
With an increasing need for scalability and performance dictated by the modern web, it becomes harder and harder to choose an API paradigm for inter-service communication. While making RESTful HTTP API calls between services still works, why not use something that will do the job even better? Welcome gRPC! gRPC has been a first-class citizen in .NET for a while. It is contract-based, performant - with smaller response/request bodies, perfect for polyglot microservice-based environments. If we sprinkle some client-side load balancing and the ability to expose a gRPC service as a RESTful HTTP API we might have the perfect point-to-point communication mechanism for microservice architectures. In this session, we will see how we can transform point to point traditional HTTP API downstream calls, to gRPC calls to gain some performance and bandwidth improvements. https://www.dotnetconf.net #DotNet #dotnetconf #dotnet7 šŸ™‹ā€ā™€ļøšŸ™‹ā€ā™‚ļø Get your questions answered on the Microsoft Q&A for .NET: https://aka.ms/dotnet-qa šŸ« Learn C#, F#, and .NET with free self-guided learning from Microsoft Learn: https://aka.ms/learndotnet

Follow along using the transcript.

dotnet

325K subscribers