/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

ekhabarov.com
| | ectobit.com
1.3 parsecs away

Travel
| | Differences between APIv1 and APIv2 implementation of protocol buffers and gRPC in Golang
| | jbrandhorst.com
1.6 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.
| | bartlomiejmika.com
1.3 parsecs away

Travel
| | How do you write a Golang server using gRPC from scratch? Heres how to do it.
| | schadokar.dev
23.2 parsecs away

Travel
| Learn how to implement jwt in your api in golang.