Home
 
  
🔍

🔗 gRPC with ASP.NET Core 3.0

https://www.dotnetcurry.com/aspnet-core/1514/grpc-asp-net-core-3

October 30, 2019

Article introducing gRPC for ASP.NET Core developers, now that it is supported in the latest ASP.NET Core 3.0 release.

The article covers:

  • a brief introduction to gRPC
  • how gRPC services can be created with ASP.NET Core
  • how gRPC services can be created with a Node.js
  • how to invoke either of these services from .NET Core
  • an overview of the built-in security features based on TLS/SSL

 

© 2022