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

Sample integration between react-native and a gRPC service

January 25, 2018

A sample react-native app that communicates using gRPC with a sample server, also contained in this repo. Both the client app and the server share the protocol buffer definition, which is used to generate both server and client side code.

The client side react-native application can talk to the gRPC server through a native module that bridges react-native and the objective-c/Java client generated by gRPC tooling.

danijg/react-native-grpc - GitHub

 

© 2022