Explore >> Select a destination


You are here

ectobit.com
| | blog.bazel.build
1.8 parsecs away

Travel
| |
| | ekhabarov.com
1.3 parsecs away

Travel
| | Building simplest gRPC service.
| | jbrandhorst.com
2.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.
| | xnacly.me
21.7 parsecs away

Travel
| Guide about working with JSON in go with HTTP server example