marccardinal / grpc-cloud-run-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC in Google Cloud Run

Estimated Reading Time: 20 minutes

Google Cloud Run makes it easy to deploy and run REST servers, but it also supports gRPC servers out of the box. This article will show you how to deploy a gRPC service written in Python to Cloud Run. For the full code, check out the Github repo.

We'll be writing a simple remote calculator service. For the moment, it will just support adding and subtracting floating point numbers, but once this is up and running, you could easily extend it to add other features.

To get started, choose the language you'll be building your server in.

About


Languages

Language:Go 25.5%Language:JavaScript 19.8%Language:Python 19.2%Language:Dockerfile 15.6%Language:Rust 13.4%Language:Shell 6.4%