Posts in 2021
The future of gRPC in C# belongs to grpc-dotnet
Saturday, May 01, 2021 in Blog
Update 2023-10-02: The maintenance period for Grpc.Core has been extended again, until at least October 2024. See announcement for up to date info on Grpc.Core. Update 2022-05-03: The maintenance period for Grpc.Core has been extended until May 2023. …
Analyzing gRPC messages using Wireshark
Wednesday, February 03, 2021 in Blog
Wireshark is an open source network protocol analyzer that can be used for protocol development, network troubleshooting, and education. Wireshark lets you analyze gRPC messages that are transferred over the network, and learn about the binary format …
Posts in 2020
Interceptors in gRPC-Web
Thursday, June 18, 2020 in Blog
We’re pleased to announce support for interceptors in gRPC-web as of release 1.1.0. While the current design is based on gRPC client interceptors available from other gRPC languages, it also includes gRPC-web specific features that should make …
Announcing gRPC-JS 1.0
Monday, April 20, 2020 in Blog
We are excited to announce the release of version 1.0 of gRPC-JS (@grpc/grpc-js), a pure-TypeScript reimplementation of the original Node gRPC library, grpc. Features gRPC-JS supports the following features, which should cover most use cases: …
Kotlin, meet gRPC
Thursday, April 16, 2020 in Blog
As developers work to modernize applications, they need foundational tools that are simple and scalable. gRPC is a high-performance, open-source, universal RPC framework originally developed at Google that developers are adopting in tremendous …
gRPC comes to Cloud Run
Tuesday, March 17, 2020 in Blog
Cloud Run is a serverless platform offered by Google Cloud that lets you run stateless server containers in a fully managed environment. Most Cloud Run apps use HTTP JSON REST to serve requests, but since September 2019, apps can also use unary gRPC …
Improvements to gRPC's CMake Build System
Monday, March 16, 2020 in Blog
For the past few months, Kitware Inc. has been working with the gRPC team to improve gRPC’s CMake support. The goal of the effort was to modernize gRPC’s CMake build with the most current features and techniques CMake has to offer. This has improved …
Posts in 2019
.NET Core ❤ gRPC
Monday, September 23, 2019 in Blog
The .NET team at Microsoft has been working in close collaboration with the gRPC team since November 2018 on a new fully managed implementation of gRPC for .NET Core. We’re pleased to announce that grpc-dotnet is now available with .NET Core …
The state of gRPC in the browser
Tuesday, January 08, 2019 in Blog
gRPC 1.0 was released in August 2016 and has since grown to become one of the premier technical solutions for application communications. It has been adopted by startups, enterprise companies, and open source projects worldwide. Its support for …