An open API service indexing awesome lists of open source software.

https://github.com/vacaramin/go-grpc

This project is a basic gRPC server and client implementation in Go, showcasing the four communication methods(Unary RPC, Server RPC, Client RPC, Bi-directional RPC) supported by gRPC. gRPC is an efficient and language-agnostic framework for implementing remote procedure calls (RPC), developed by Google.
https://github.com/vacaramin/go-grpc

grpc-client grpc-go grpc-server

Last synced: about 1 year ago
JSON representation

This project is a basic gRPC server and client implementation in Go, showcasing the four communication methods(Unary RPC, Server RPC, Client RPC, Bi-directional RPC) supported by gRPC. gRPC is an efficient and language-agnostic framework for implementing remote procedure calls (RPC), developed by Google.

Awesome Lists containing this project