Explore >> Select a destination


You are here

ekhabarov.com
| | schadokar.dev
4.6 parsecs away

Travel
| | Conversion between byte array to hex string and hex string to byte array.
| | jbrandhorst.com
1.7 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.
| | ectobit.com
1.4 parsecs away

Travel
| | Differences between APIv1 and APIv2 implementation of protocol buffers and gRPC in Golang
| | bartlomiejmika.com
41.2 parsecs away

Travel
| The purpose of this post is to learn how our basic API server can read the body of a request. In addition, we will learn how to use an easy-to-use simple database for beginners called scribble.