Advertisement
Top

Tag: RPC


Computing, Software & Applications

How to build gRPC applications in ASP.NET Core

August 31, 2020

Via: Info World

gRPC is a Google-created, open source, schema-first remote procedure call (RPC) framework that takes advantage of HTTP/2 protocol to transport binary messages. These messages are serialized and deserialized using Protocol Buffers, a binary serialization protocol also from Google. gRPC takes […]