You are here |
mfbmina.dev | ||
| | | |
jbrandhorst.com
|
|
| | | | 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
|
|
| | | | Did you just finish reading the gRPC Basics tutorial and you dont know where to begin with using it? In this post Ill explain how to take a fast time-series database called tstorage and write a gRPC server and client with it. | |
| | | |
blog.owulveryck.info
|
|
| | | | This is a simple article that describes the wiring of the tool I made for streaming the content of the remarkable 2 on a computer. From the proc filesystem to the gRPC implementation over HTTP/2 via the certificate generation. | |
| | | |
blog.qburst.com
|
|
| | In this blog series, we bring you one of our enterprise client's cloud migration success story. The groundwork for migrating our client's on-premise |