gRPC is a Remote Procedure Call protocol developed by Google which is up to 6 times faster than REST APIs. In this tutorial we will create a gRPC service in ASP.NET Core. The following topics are covered.The complete tutorial is provided at - How to implement gRPC in ASP.NET Core.
There will be 2 console project. First is the gRPC Server and second is the gRPC Client. Run the server first then run the client to make communications with it.
- Unary Call example
- Server Streaming Call example
- Client Streaming Call example
- Bi-directional Streaming Call example
Your support of every $5 will be a great reward for me to carry on my work. Thank you !