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

https://github.com/yo-mah-ya/grpc-sample

gRPC-sample
https://github.com/yo-mah-ya/grpc-sample

go golang grpc grpc-go protobuf protocol-buffers

Last synced: over 1 year ago
JSON representation

gRPC-sample

Awesome Lists containing this project

README

          

# gRPC sample

Required version of go

```
go version go1.21.1 darwin/arm64
```

## Dependencies

How to install following dependencies

- protoc-gen-go@v1.31.0
- protoc-gen-go-grpc@v1.3.0

```sh
make install
```

## Build **server** source and **client** source

```sh
make # or make build
```

## Execute binaries

```
./bin/server
```

```
./bin/client
```