Posts in 2016
gRPC - now with easy installation
Monday, April 04, 2016 in Blog
Today we are happy to provide an update that significantly simplifies the getting started experience for gRPC. For most languages, the gRPC runtime can now be installed in a single step via native package managers such as npm for Node.js, gem for …
Google Cloud PubSub - with the power of gRPC!
Thursday, March 24, 2016 in Blog
Google Cloud PubSub is Google’s scalable real-time messaging service that lets users send and receive messages between independent applications. It’s an important part of Google Cloud Platform’s big data offering, and is used by …
Posts in 2015
gRPC releases Beta, opening door for use in production environments
Monday, October 26, 2015 in Blog
The gRPC team is excited to announce the immediate availability of gRPC Beta. This release marks an important point in API stability and going forward most API changes are expected to be additive in nature. This milestone opens the door for gRPC use …
gRPC Motivation and Design Principles
Tuesday, September 08, 2015 in Blog
Motivation Google has been using a single general-purpose RPC infrastructure called Stubby to connect the large number of microservices running within and across our data centers for over a decade. Our internal systems have long embraced the …