Explore >> Select a destination


You are here

ekhabarov.com
| | jbrandhorst.com
4.0 parsecs away

Travel
| | Create the protobuf interface We'll start by creating a folder for the package we want to create. Lets call it server. Next we type up a .proto file to define the interface between the server and the client. We'll have to include some extra proto annotations in order to have the gRPC-gateway generate the translations methods we need. Lets define a simple service with a single HTTP GET endpoint: service MyServer { rpc Simple(google.
| | blog.bazel.build
2.4 parsecs away

Travel
| |
| | filipnikolovski.com
2.2 parsecs away

Travel
| | A blog about programming, technology and open-source stuff.
| | earthly.dev
19.4 parsecs away

Travel
| Learn how to optimize your Docker images and create production-grade images using multistage builds. Discover the core concepts of multistage build...